Searched refs:InstructionCombining (Results 1 – 19 of 19) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | CMakeLists.txt | 2 InstructionCombining.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | CMakeLists.txt | 6 InstructionCombining.cpp
|
/external/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 34 InstructionCombining = 1, enumerator
|
D | LLVMReactor.cpp | 514 case InstructionCombining: passManager->add(llvm::createInstructionCombiningPass()); break; in optimize() 664 case InstructionCombining: passManager->add(llvm::createInstructionCombiningPass()); break; 690 Optimization optimization[10] = {InstructionCombining, Disabled};
|
D | SubzeroReactor.cpp | 201 Optimization optimization[10] = {InstructionCombining, Disabled};
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2004-11-27-SetCCForCastLargerAndConstant.ll | 1 ; This test case tests the InstructionCombining optimization that
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2004-11-27-SetCCForCastLargerAndConstant.ll | 2 ; This test case tests the InstructionCombining optimization that
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2004-11-27-SetCCForCastLargerAndConstant.ll | 2 ; This test case tests the InstructionCombining optimization that
|
/external/swiftshader/src/Device/ |
D | SwiftConfig.cpp | 742 …timization", "OptimizationPass" + itoa(pass + 1), pass == 0 ? rr::InstructionCombining : rr::Disab… in readConfiguration()
|
/external/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 742 …timization", "OptimizationPass" + itoa(pass + 1), pass == 0 ? rr::InstructionCombining : rr::Disab… in readConfiguration()
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 333 lib/Transforms/InstCombine/InstructionCombining.cpp \
|
D | Android.bp | 363 "lib/Transforms/InstCombine/InstructionCombining.cpp",
|
D | BUILD.gn | 393 "lib/Transforms/InstCombine/InstructionCombining.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 601 ${LLVM_DIR}/lib/Transforms/InstCombine/InstructionCombining.cpp 1356 ${LLVM_DIR}/lib/Transforms/InstCombine/InstructionCombining.cpp
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 859 llvm/lib/Transforms/InstCombine/InstructionCombining.cpp \
|
D | BUILD.gn | 1115 "llvm/lib/Transforms/InstCombine/InstructionCombining.cpp",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | README.txt | 267 InstructionCombining.cpp in the visitSetCondInst method after the switch case
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 336 InstructionCombining.cpp in the visitSetCondInst method after the switch case
|
/external/llvm/lib/Target/ |
D | README.txt | 267 InstructionCombining.cpp in the visitSetCondInst method after the switch case
|