Home
last modified time | relevance | path

Searched refs:insertSelect (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h152 void insertSelect(MachineBasicBlock &MBB,
H A DPPCInstrInfo.cpp632 void PPCInstrInfo::insertSelect(MachineBasicBlock &MBB, in insertSelect() function in PPCInstrInfo
H A DPPCISelLowering.cpp7307 TII->insertSelect(*BB, MI, dl, MI->getOperand(0).getReg(), in EmitInstrWithCustomInserter()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h151 void insertSelect(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
H A DAArch64InstrInfo.cpp412 void AArch64InstrInfo::insertSelect(MachineBasicBlock &MBB, in insertSelect() function in AArch64InstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp464 TII->insertSelect(*Head, FirstTerm, HeadDL, DstReg, Cond, PI.TReg, PI.FReg); in replacePHIInstrs()
485 TII->insertSelect(*Head, FirstTerm, HeadDL, DstReg, Cond, PI.TReg, PI.FReg); in rewritePHIOperands()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h260 void insertSelect(MachineBasicBlock &MBB,
H A DX86InstrInfo.cpp3209 void X86InstrInfo::insertSelect(MachineBasicBlock &MBB, in insertSelect() function in X86InstrInfo
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h561 virtual void insertSelect(MachineBasicBlock &MBB, in insertSelect() function