Home
last modified time | relevance | path

Searched refs:InvertPCond (Results 1 – 17 of 17) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2960 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3075 if (InvertPCond) in mergeConditionalStoreToAddress()
3164 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3168 InvertPCond = true; in mergeConditionalStores()
3223 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL, TTI); in mergeConditionalStores()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2959 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3074 if (InvertPCond) in mergeConditionalStoreToAddress()
3163 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3167 InvertPCond = true; in mergeConditionalStores()
3222 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL, TTI); in mergeConditionalStores()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3020 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3135 if (InvertPCond) in mergeConditionalStoreToAddress()
3206 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3210 InvertPCond = true; in mergeConditionalStores()
3265 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL, TTI); in mergeConditionalStores()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2960 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3075 if (InvertPCond) in mergeConditionalStoreToAddress()
3164 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3168 InvertPCond = true; in mergeConditionalStores()
3223 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL, TTI); in mergeConditionalStores()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2914 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3023 if (InvertPCond) in mergeConditionalStoreToAddress()
3111 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3115 InvertPCond = true; in mergeConditionalStores()
3170 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL); in mergeConditionalStores()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2911 bool InvertPCond, bool InvertQCond,
3020 if (InvertPCond)
3108 bool InvertPCond = false, InvertQCond = false;
3112 InvertPCond = true;
3167 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL);
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2903 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3012 if (InvertPCond) in mergeConditionalStoreToAddress()
3100 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3104 InvertPCond = true; in mergeConditionalStores()
3159 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL); in mergeConditionalStores()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3106 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3221 if (InvertPCond) in mergeConditionalStoreToAddress()
3292 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3296 InvertPCond = true; in mergeConditionalStores()
3351 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL, TTI); in mergeConditionalStores()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3308 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3423 if (InvertPCond) in mergeConditionalStoreToAddress()
3495 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3499 InvertPCond = true; in mergeConditionalStores()
3555 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3029 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3144 if (InvertPCond) in mergeConditionalStoreToAddress()
3215 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3219 InvertPCond = true; in mergeConditionalStores()
3274 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL, TTI); in mergeConditionalStores()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3308 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3423 if (InvertPCond) in mergeConditionalStoreToAddress()
3495 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3499 InvertPCond = true; in mergeConditionalStores()
3555 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3142 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3256 if (InvertPCond) in mergeConditionalStoreToAddress()
3328 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3332 InvertPCond = true; in mergeConditionalStores()
3388 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3308 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3423 if (InvertPCond) in mergeConditionalStoreToAddress()
3495 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3499 InvertPCond = true; in mergeConditionalStores()
3555 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3366 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3481 if (InvertPCond) in mergeConditionalStoreToAddress()
3550 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3554 InvertPCond = true; in mergeConditionalStores()
3610 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3308 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3423 if (InvertPCond) in mergeConditionalStoreToAddress()
3495 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3499 InvertPCond = true; in mergeConditionalStores()
3555 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3143 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3257 if (InvertPCond) in mergeConditionalStoreToAddress()
3329 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3333 InvertPCond = true; in mergeConditionalStores()
3389 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3307 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond,
3422 if (InvertPCond)
3494 bool InvertPCond = false, InvertQCond = false;
3498 InvertPCond = true;
3554 InvertPCond, InvertQCond, DTU, DL, TTI);