Searched refs:ImplDef (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUGlobalISelDivergenceLowering.cpp | 264 auto ImplDef = B.buildInstr(AMDGPU::IMPLICIT_DEF, {BoolS1}, {}); in lowerTemporalDivergenceI1() local 265 SSAUpdater.AddAvailableValue(Pred, ImplDef.getReg(0)); in lowerTemporalDivergenceI1()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCPreEmitPeephole.cpp | 334 MachineOperand ImplDef = in addLinkerOpt() local 338 Pair->DefInst->addOperand(ImplDef); in addLinkerOpt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 475 Register ImplDef = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local 477 .addDef(ImplDef); in select() 480 ImplDef, MMO)) in select()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 3096 SDValue ImplDef = SDValue(CurDAG->getMachineNode(X86::IMPLICIT_DEF, DL, in selectLEA64_Addr() local 3098 Base = CurDAG->getTargetInsertSubreg(SubReg, DL, MVT::i64, ImplDef, Base); in selectLEA64_Addr() 3108 SDValue ImplDef = SDValue(CurDAG->getMachineNode(X86::IMPLICIT_DEF, DL, in selectLEA64_Addr() local 3110 Index = CurDAG->getTargetInsertSubreg(SubReg, DL, MVT::i64, ImplDef, Index); in selectLEA64_Addr() 4054 SDValue ImplDef = SDValue( in matchBitExtract() local 4056 insertDAGNode(*CurDAG, SDValue(Node, 0), ImplDef); in matchBitExtract() 4061 MVT::i32, ImplDef, NBits, SRIdxVal), in matchBitExtract() 5035 SDValue ImplDef = SDValue(CurDAG->getMachineNode(X86::IMPLICIT_DEF, dl, in tryVPTESTM() local 5037 Src0 = CurDAG->getTargetInsertSubreg(SubReg, dl, CmpVT, ImplDef, Src0); in tryVPTESTM() 5040 Src1 = CurDAG->getTargetInsertSubreg(SubReg, dl, CmpVT, ImplDef, Src1); in tryVPTESTM()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 2200 SDValue ImplDef = in SelectVLD() local 2202 const SDValue OpsA[] = { MemAddr, Align, Reg0, ImplDef, Pred, Reg0, Chain }; in SelectVLD() 3033 SDValue ImplDef = SDValue( in SelectVLDDup() local 3035 const SDValue OpsA[] = {MemAddr, Align, ImplDef, Pred, Reg0, Chain}; in SelectVLDDup()
|