Home
last modified time | relevance | path

Searched defs:SrcOp (Results 1 – 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDMachineIRBuilder.h130 SrcOp(Register R) : Reg(R), Ty(SrcType::Ty_Reg) {} in SrcOp() function
131 SrcOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(SrcType::Ty_Reg) {} in SrcOp() function
132 SrcOp(const MachineInstrBuilder &MIB) : SrcMIB(MIB), Ty(SrcType::Ty_MIB) {} in SrcOp() function
133 SrcOp(const CmpInst::Predicate P) : Pred(P), Ty(SrcType::Ty_Predicate) {} in SrcOp() function
139 SrcOp(uint64_t V) : Imm(V), Ty(SrcType::Ty_Imm) {} in SrcOp() function
140 SrcOp(int64_t V) : Imm(V), Ty(SrcType::Ty_Imm) {} in SrcOp() function
HDLegalizationArtifactCombiner.h300 unsigned SrcOp = SrcDef->getOpcode(); in tryCombineMerges() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonRDFOpt.cpp139 const MachineOperand &SrcOp = MI->getOperand(1); in INITIALIZE_PASS_DEPENDENCY() local
HDHexagonExpandCondsets.cpp623 MachineInstr *HexagonExpandCondsets::genCondTfrFor(MachineOperand &SrcOp, in genCondTfrFor()
HDHexagonFrameLowering.cpp2305 MachineOperand &SrcOp = SI.getOperand(2); in optimizeSpillSlots() local
HDHexagonInstrInfo.cpp1098 const MachineOperand &SrcOp = MI.getOperand(2); in expandPostRAPseudo() local
HDHexagonBitSimplify.cpp2535 const MachineOperand &SrcOp = MI->getOperand(1); in simplifyExtractLow() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSILowerControlFlow.cpp465 for (const auto &SrcOp : Def->explicit_operands()) in findMaskOperands() local
HDSIInstrInfo.cpp1432 const MachineOperand &SrcOp = MI.getOperand(1); in expandPostRAPseudo() local
1596 const MachineOperand &SrcOp = MI.getOperand(I); in expandMovDPP64() local
HDSIISelLowering.cpp8841 SDValue SrcOp = Op.getOperand(i); in isCanonicalized() local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCodeGenInstruction.cpp284 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineVerifier.cpp1279 const MachineOperand &SrcOp = MI->getOperand(1); in verifyPreISelGenericInstruction() local
1301 const MachineOperand &SrcOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local
1529 const MachineOperand &SrcOp = MI->getOperand(1); in visitMachineInstrBefore() local
HDMachineScheduler.cpp1689 const MachineOperand &SrcOp = Copy->getOperand(1); in constrainLocalCopy() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
HDIRMover.cpp1227 MDNode *SrcOp = SrcModFlags->getOperand(I); in linkModuleFlagsMetadata() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp1745 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, EVT SlotVT, in EmitStackConvert()
1750 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, EVT SlotVT, in EmitStackConvert()
HDSelectionDAG.cpp2540 SDValue SrcOp = Op.getOperand(i); in computeKnownBits() local
3537 SDValue SrcOp = Op.getOperand(i); in ComputeNumSignBits() local
HDTargetLowering.cpp2299 SDValue SrcOp = Op.getOperand(i); in SimplifyDemandedVectorElts() local
HDDAGCombiner.cpp18519 SDValue SrcOp = V.getOperand(0); in visitEXTRACT_SUBVECTOR() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp1118 if (auto *SrcOp = dyn_cast<Instruction>(Src)) in visitZExt() local
HDInstructionCombining.cpp2196 Value *SrcOp = BCI->getOperand(0); in visitGetElementPtrInst() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp6579 SDValue SrcOp = Op.getOperand(1); in computeKnownBitsForTargetNode() local
6598 SDValue SrcOp = Op.getOperand(0); in computeKnownBitsForTargetNode() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp3287 Value *SrcOp = LI->getOperand(0); in SimplifyICmpInst() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp7925 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, in getVShift()
7937 static SDValue LowerAsSplatVectorLoad(SDValue SrcOp, MVT VT, const SDLoc &dl, in LowerAsSplatVectorLoad()
23286 SDValue SrcOp, uint64_t ShiftAmt, in getTargetVShiftByConstNode()
23369 SDValue SrcOp, SDValue ShAmt, in getTargetVShiftNode()
33999 SDValue SrcOp = Ops[i]; in combineX86ShufflesConstants() local
35139 SDValue SrcOp = N->getOperand(0); in foldShuffleOfHorizOp() local
37079 SDValue SrcOp = SrcBC.getOperand(0); in combineExtractWithShuffle() local
37157 SDValue SrcOp = Ops[SrcIdx / Mask.size()]; in combineExtractWithShuffle() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp11931 MachineOperand SrcOp = MI.getOperand(1); in EmitInstrWithCustomInserter() local