Searched refs:InsertBranch (Results 1 - 25 of 45) sorted by relevance

12

/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h46 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DWebAssemblyInstrInfo.cpp123 unsigned WebAssemblyInstrInfo::InsertBranch(MachineBasicBlock &MBB, function in class:WebAssemblyInstrInfo
/external/llvm/lib/Target/BPF/
H A DBPFInstrInfo.h53 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DBPFInstrInfo.cpp133 unsigned BPFInstrInfo::InsertBranch(MachineBasicBlock &MBB, function in class:BPFInstrInfo
139 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h84 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DMSP430InstrInfo.cpp261 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, function in class:MSP430InstrInfo
266 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h66 unsigned InsertBranch(
H A DNVPTXInstrInfo.cpp145 /// Note that RemoveBranch and InsertBranch must be implemented to support
229 unsigned NVPTXInstrInfo::InsertBranch( function in class:NVPTXInstrInfo
233 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h75 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h58 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.h71 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, const SmallVectorImpl<MachineOperand> &Cond, DebugLoc DL) const;
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp497 TII->InsertBranch(*CurMBB, SuccBB, nullptr, Cond, dl);
502 TII->InsertBranch(*CurMBB, SuccBB, nullptr,
1045 TII->InsertBranch(*PBB, (TBB == IBB) ? FBB : TBB, nullptr,
1264 TII->InsertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl);
1320 TII->InsertBranch(PrevBB, PriorTBB, nullptr, PriorCond, dl);
1334 TII->InsertBranch(PrevBB, PriorFBB, nullptr, NewPriorCond, dl);
1372 TII->InsertBranch(PrevBB, MBB, nullptr, NewPriorCond, dl);
1402 TII->InsertBranch(*MBB, CurFBB, CurTBB, NewCond, dl);
1450 TII->InsertBranch(PrevBB, PriorTBB, PriorFBB, PriorCond, pdl);
1477 TII->InsertBranch(*PMB
[all...]
H A DMachineBasicBlock.cpp450 TII->InsertBranch(*this, TBB, nullptr, Cond, DL);
461 TII->InsertBranch(*this, FBB, nullptr, Cond, DL);
464 TII->InsertBranch(*this, TBB, nullptr, Cond, DL);
488 TII->InsertBranch(*this, TBB, nullptr, Cond, DL);
497 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, DL);
501 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, DL);
504 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, DL);
837 TII->InsertBranch(*NMBB, Succ, nullptr, Cond, DL);
H A DImplicitNullChecks.cpp400 TII->InsertBranch(*NC.CheckBlock, NC.NotNullSucc, nullptr, /*Cond=*/None,
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h61 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DMipsInstrInfo.cpp115 unsigned MipsInstrInfo::InsertBranch( function in class:MipsInstrInfo
119 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
/external/v8/test/unittests/compiler/
H A Dschedule-unittest.cc213 TEST_F(ScheduleTest, InsertBranch) {
227 schedule.InsertBranch(start, mblock, branch, tblock, fblock);
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h142 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h165 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h173 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h151 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h76 /// Note that RemoveBranch and InsertBranch must be implemented to support
102 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
H A DHexagonHardwareLoops.cpp1255 TII->InsertBranch(*LastMBB, BranchTarget, nullptr, Cond, LastIDL);
1935 TII->InsertBranch(*PB, NewPH, nullptr, EmptyCond, DL);
1947 TII->InsertBranch(*Latch, Header, nullptr, EmptyCond, DL);
1950 TII->InsertBranch(*NewPH, Header, nullptr, EmptyCond, DL);
/external/v8/src/compiler/
H A Dschedule.h234 void InsertBranch(BasicBlock* block, BasicBlock* end, Node* branch,
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h130 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,

Completed in 365 milliseconds

12