Home
last modified time | relevance | path

Searched refs:setMBB (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp31 void MachineIRBuilder::setMBB(MachineBasicBlock &MBB, bool Beginning) { in setMBB() function in MachineIRBuilder
40 setMBB(*MI.getParent()); in setInstr()
DIRTranslator.cpp136 MIRBuilder.setMBB(MBB); in runOnMachineFunction()
149 MIRBuilder.setMBB(MBB); in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h77 void setMBB(MachineBasicBlock &MBB, bool Beginning = false);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h442 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
512 Op.setMBB(MBB);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp443 MO.setMBB(this); in transferSuccessorsAndUpdatePHIs()
572 i->getOperand(ni+1).setMBB(NMBB); in SplitCriticalEdge()
686 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
DTailDuplication.cpp496 II->getOperand(Idx+1).setMBB(SrcBB); in UpdateSuccessorsPHIs()
509 II->getOperand(Idx+1).setMBB(SrcBB); in UpdateSuccessorsPHIs()
DTargetInstrInfoImpl.cpp156 MO.setMBB(Pred[j].getMBB()); in PredicateInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp398 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBranch()
405 MI->getOperand(OpNum).setMBB(NewDest); in fixupConditionalBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp104 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp98 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h532 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
634 Op.setMBB(MBB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h673 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
784 Op.setMBB(MBB);
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp657 MO.setMBB(this); in transferSuccessorsAndUpdatePHIs()
835 i->getOperand(ni+1).setMBB(NMBB); in SplitCriticalEdge()
1060 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
DTailDuplicator.cpp478 II->getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
490 II->getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp256 Op.setMBB(Map[Op.getMBB()]); in VisitLoop()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp253 Op.setMBB(Map[Op.getMBB()]); in VisitLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp800 MO.setMBB(this); in transferSuccessorsAndUpdatePHIs()
982 i->getOperand(ni+1).setMBB(NMBB); in SplitCriticalEdge()
1207 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
DTailDuplicator.cpp515 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
527 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp116 MIB.setMBB(*MBB); in fillMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp409 MO.setMBB(TargetMBB); in moveAndUpdatePHIs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp35 void MachineIRBuilderBase::setMBB(MachineBasicBlock &MBB) { in setMBB() function in MachineIRBuilderBase
44 setMBB(*MI.getParent()); in setInstr()
DIRTranslator.cpp394 MIRBuilder.setMBB(*FalseMBB); in translateSwitch()
1561 EntryBuilder.setMBB(*EntryBB); in runOnMachineFunction()
1626 CurBuilder.setMBB(MBB); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallLowering.cpp362 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp328 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h147 void setMBB(MachineBasicBlock &MBB);

123