Searched refs:set_subtract (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SetOperations.h | 62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() function
|
D | SetVector.h | 260 void set_subtract(const STy &S) { in set_subtract() function
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() function
|
D | SetVector.h | 249 void set_subtract(const STy &S) { in set_subtract() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SetOperations.h | 62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() function
|
D | SetVector.h | 265 void set_subtract(const STy &S) { in set_subtract() function
|
/external/llvm-project/mlir/lib/Analysis/ |
D | BufferAliasAnalysis.cpp | 44 llvm::set_subtract(entry.second, aliasValues); in remove()
|
D | Liveness.cpp | 90 llvm::set_subtract(newIn, defValues); in updateLiveIn()
|
/external/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 1353 set_subtract(regsLive, regsKilled); regsKilled.clear(); in visitMachineBundleAfter() 1362 set_subtract(regsLive, regsDead); regsDead.clear(); in visitMachineBundleAfter()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 2488 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues() 2517 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 2744 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues() 2773 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 2920 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues() 2949 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 2196 set_subtract(regsLive, regsKilled); regsKilled.clear(); in visitMachineBundleAfter() 2205 set_subtract(regsLive, regsDead); regsDead.clear(); in visitMachineBundleAfter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 2100 set_subtract(regsLive, regsKilled); regsKilled.clear(); in visitMachineBundleAfter() 2109 set_subtract(regsLive, regsDead); regsDead.clear(); in visitMachineBundleAfter()
|