Searched full:impldef (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | qcom,coresight-tpdm.yaml | 12 types specified in the QPMDA spec. It covers Implementation defined ((ImplDef),
|
/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/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 338 MachineOperand ImplDef = in addLinkerOpt() local 342 Pair->DefInst->addOperand(ImplDef); in addLinkerOpt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3029 SDValue ImplDef = SDValue(CurDAG->getMachineNode(X86::IMPLICIT_DEF, DL, in selectLEA64_32Addr() local 3031 Base = CurDAG->getTargetInsertSubreg(X86::sub_32bit, DL, MVT::i64, ImplDef, in selectLEA64_32Addr() 3041 SDValue ImplDef = SDValue(CurDAG->getMachineNode(X86::IMPLICIT_DEF, DL, in selectLEA64_32Addr() local 3043 Index = CurDAG->getTargetInsertSubreg(X86::sub_32bit, DL, MVT::i64, ImplDef, in selectLEA64_32Addr() 3988 SDValue ImplDef = SDValue( in matchBitExtract() local 3990 insertDAGNode(*CurDAG, SDValue(Node, 0), ImplDef); in matchBitExtract() 3995 MVT::i32, ImplDef, NBits, SRIdxVal), in matchBitExtract() 4967 SDValue ImplDef = SDValue(CurDAG->getMachineNode(X86::IMPLICIT_DEF, dl, in tryVPTESTM() local 4969 Src0 = CurDAG->getTargetInsertSubreg(SubReg, dl, CmpVT, ImplDef, Src0); in tryVPTESTM() 4972 Src1 = CurDAG->getTargetInsertSubreg(SubReg, dl, CmpVT, ImplDef, Src1); in tryVPTESTM()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2209 SDValue ImplDef = in SelectVLD() local 2211 const SDValue OpsA[] = { MemAddr, Align, Reg0, ImplDef, Pred, Reg0, Chain }; in SelectVLD() 3042 SDValue ImplDef = SDValue( in SelectVLDDup() local 3044 const SDValue OpsA[] = {MemAddr, Align, ImplDef, Pred, Reg0, Chain}; in SelectVLDDup()
|