Home
last modified time | relevance | path

Searched refs:BreakFalseDeps (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBreakFalseDeps.cpp34 class BreakFalseDeps : public MachineFunctionPass { class
52 BreakFalseDeps() : MachineFunctionPass(ID) { in BreakFalseDeps() function in llvm::BreakFalseDeps
101 char BreakFalseDeps::ID = 0;
102 INITIALIZE_PASS_BEGIN(BreakFalseDeps, DEBUG_TYPE, "BreakFalseDeps", false, false)
104 INITIALIZE_PASS_END(BreakFalseDeps, DEBUG_TYPE, "BreakFalseDeps", false, false) in INITIALIZE_PASS_DEPENDENCY()
106 FunctionPass *llvm::createBreakFalseDeps() { return new BreakFalseDeps(); } in INITIALIZE_PASS_DEPENDENCY()
108 bool BreakFalseDeps::pickBestRegisterForUndef(MachineInstr *MI, unsigned OpIdx, in pickBestRegisterForUndef()
164 bool BreakFalseDeps::shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, in shouldBreakDependence()
178 void BreakFalseDeps::processDefs(MachineInstr *MI) { in processDefs()
209 void BreakFalseDeps::processUndefReads(MachineBasicBlock *MBB) { in processUndefReads()
[all …]
DCMakeLists.txt9 BreakFalseDeps.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DO3-pipeline.ll146 ; CHECK-NEXT: BreakFalseDeps
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk142 llvm/lib/CodeGen/BreakFalseDeps.cpp \
DBUILD.gn713 "llvm/lib/CodeGen/BreakFalseDeps.cpp",
/external/swiftshader/
DCMakeLists.txt808 ${LLVM_DIR}/lib/CodeGen/BreakFalseDeps.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrSSE.td2802 // the partial register store, either in BreakFalseDeps or with smarter RA.