Searched defs:TBB (Results 26 - 49 of 49) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1270 MachineBasicBlock *TBB = FuncInfo.MBBMap[Br->getSuccessor(0)]; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h596 virtual bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, argument
667 virtual unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2359 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
[all...]
H A DARMFastISel.cpp1226 MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)]; local
[all...]
H A DARMBaseInstrInfo.cpp312 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
429 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
2076 isProfitableToIfCvt(MachineBasicBlock &TBB, unsigned TCycles, unsigned TExtra, MachineBasicBlock &FBB, unsigned FCycles, unsigned FExtra, BranchProbability Probability) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1464 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
H A DHexagonInstrInfo.cpp391 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
584 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp952 MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)]; local
H A DMipsSEISelLowering.cpp3044 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); local
3113 MachineBasicBlock *TBB = F->CreateMachineBasicBlock(LLVM_BB); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp773 MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)]; local
H A DPPCInstrInfo.cpp834 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
1041 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
H A DPPCISelDAGToDAG.cpp542 const BasicBlock *TBB = BBTerm->getSuccessor(0); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp461 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
1098 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
1894 MachineBasicBlock *TBB local
[all...]
H A DIfConversion.cpp735 CountDuplicatedInstructions( MachineBasicBlock::iterator &TIB, MachineBasicBlock::iterator &FIB, MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE, unsigned &Dups1, unsigned &Dups2, MachineBasicBlock &TBB, MachineBasicBlock &FBB, bool SkipUnconditionalBranches) const argument
[all...]
H A DMachineBlockPlacement.cpp2642 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For analyzeBranch. local
2741 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For analyzeBranch. local
2784 MachineBasicBlock *TBB local
2806 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For analyzeBranch. local
[all...]
H A DMachineVerifier.cpp630 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
[all...]
H A DModuloSchedule.cpp257 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
1875 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; local
H A DCodeGenPrepare.cpp7761 BasicBlock *TBB, *FBB; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp231 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
400 instantiateCondBranch( MachineBasicBlock &MBB, const DebugLoc &DL, MachineBasicBlock *TBB, ArrayRef<MachineOperand> Cond) const argument
417 insertBranch( MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
H A DAArch64FastISel.cpp2426 MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp353 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
477 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2958 getFallThroughMBB(MachineBasicBlock *MBB, MachineBasicBlock *TBB) argument
2976 AnalyzeBranchImpl( MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, SmallVectorImpl<MachineInstr *> &CondBranches, bool AllowModify) const argument
3142 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
3243 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2156 bool SIInstrInfo::analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, argument
2113 analyzeBranchImpl(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
2257 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2054 EmitBranchForMergedCondition(const Value *Cond, MachineBasicBlock *TBB, MachineBasicBlock *FBB, MachineBasicBlock *CurBB, MachineBasicBlock *SwitchBB, BranchProbability TProb, BranchProbability FProb, bool InvertCond) argument
2101 FindMergedConditions(const Value *Cond, MachineBasicBlock *TBB, MachineBasicBlock *FBB, MachineBasicBlock *CurBB, MachineBasicBlock *SwitchBB, Instruction::BinaryOps Opc, BranchProbability TProb, BranchProbability FProb, bool InvertCond) argument
[all...]

Completed in 271 milliseconds

12