Home
last modified time | relevance | path

Searched refs:emitBaseConstants (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h158 void emitBaseConstants(Instruction *Base, Constant *Offset,
160 bool emitBaseConstants();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h193 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
197 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h191 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
195 bool emitBaseConstants(GlobalVariable *BaseGV);
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp723 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
821 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
881 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
942 MadeChange = emitBaseConstants(nullptr); in runImpl()
945 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp735 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
833 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
895 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
957 MadeChange = emitBaseConstants(nullptr); in runImpl()
960 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp747 void ConstantHoistingPass::emitBaseConstants(Instruction *Base,
845 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) {
907 emitBaseConstants(Base, Off, Ty, U);
969 MadeChange = emitBaseConstants(nullptr);
972 MadeChange |= emitBaseConstants(MapEntry.first);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp739 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
837 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
899 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
961 MadeChange = emitBaseConstants(nullptr); in runImpl()
964 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp735 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
833 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
895 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
957 MadeChange = emitBaseConstants(nullptr); in runImpl()
960 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp747 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
845 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
907 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
969 MadeChange = emitBaseConstants(nullptr); in runImpl()
972 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp740 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
838 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
900 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
962 MadeChange = emitBaseConstants(nullptr); in runImpl()
965 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp739 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
837 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
899 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
961 MadeChange = emitBaseConstants(nullptr); in runImpl()
964 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()

123