Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h141 SrcOp(Register R) : Reg(R), Ty(SrcType::Ty_Reg) {} in SrcOp() function
142 SrcOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(SrcType::Ty_Reg) {} in SrcOp() function
143 SrcOp(const MachineInstrBuilder &MIB) : SrcMIB(MIB), Ty(SrcType::Ty_MIB) {} in SrcOp() function
144 SrcOp(const CmpInst::Predicate P) : Pred(P), Ty(SrcType::Ty_Predicate) {} in SrcOp() function
150 SrcOp(uint64_t V) : Imm(V), Ty(SrcType::Ty_Imm) {} in SrcOp() function
151 SrcOp(int64_t V) : Imm(V), Ty(SrcType::Ty_Imm) {} in SrcOp() function
H A DLegalizationArtifactCombiner.h1124 unsigned SrcOp = SrcDef->getOpcode(); in tryCombineUnmergeValues() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.cpp251 auto SrcOp = I->getOperand(1); in copyPhysReg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp144 const MachineOperand &SrcOp = MI->getOperand(1); in INITIALIZE_PASS_DEPENDENCY() local
H A DHexagonExpandCondsets.cpp644 MachineInstr *HexagonExpandCondsets::genCondTfrFor(MachineOperand &SrcOp, in genCondTfrFor()
H A DHexagonFrameLowering.cpp2408 MachineOperand &SrcOp = SI.getOperand(2); in optimizeSpillSlots() local
H A DHexagonBitSimplify.cpp2571 const MachineOperand &SrcOp = MI->getOperand(1); in simplifyExtractLow() local
H A DHexagonInstrInfo.cpp1209 const MachineOperand &SrcOp = MI.getOperand(2); in expandPostRAPseudo() local
H A DHexagonISelDAGToDAGHVX.cpp1353 unsigned SrcOp = SegList[0] / 2; packs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp253 Value *SrcOp = I->getOperand(0); in visitImpl() local
H A DInstCombineCasts.cpp1172 if (auto *SrcOp = dyn_cast<Instruction>(Src)) in visitZExt() local
2032 Value *SrcOp = CI.getPointerOperand(); in visitPtrToInt() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp357 std::pair<unsigned, unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp78 auto *SrcOp = in EmitMOPS() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1578 const MachineOperand &SrcOp = MI->getOperand(1); in verifyPreISelGenericInstruction() local
1600 const MachineOperand &SrcOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local
1751 const MachineOperand &SrcOp = MI->getOperand(1); in verifyPreISelGenericInstruction() local
2228 const MachineOperand &SrcOp = MI->getOperand(1); in visitMachineInstrBefore() local
H A DInlineSpiller.cpp261 const MachineOperand &SrcOp = MI.getOperand(1); in isCopyOf() local
291 const MachineOperand &SrcOp = *CopyInst->Source; in isCopyOfBundle() local
H A DMachineScheduler.cpp2086 const MachineOperand &SrcOp = Copy->getOperand(1); in constrainLocalCopy() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp586 for (const auto &SrcOp : Def->explicit_operands()) in findMaskOperands() local
H A DSIFoldOperands.cpp877 const auto &SrcOp = UseMI->getOperand(UseOpIdx); in foldOperand() local
1491 auto &SrcOp = InstToErase->getOperand(1); in tryFoldFoldableCopy() local
H A DSIInstrInfo.cpp2189 const MachineOperand &SrcOp = MI.getOperand(1); in expandPostRAPseudo() local
2252 const MachineOperand &SrcOp = MI.getOperand(1); in expandPostRAPseudo() local
2676 const MachineOperand &SrcOp = MI.getOperand(I); in expandMovDPP64() local
5328 const MachineOperand &SrcOp = MI.getOperand(1); in verifyInstruction() local
9660 const MachineOperand &SrcOp = MI.getOperand(I); in getInstructionUniformity() local
9820 MachineOperand *SrcOp = &Def->getOperand(1); in optimizeCompareInstr() local
H A DAMDGPULegalizerInfo.cpp6225 MachineOperand &SrcOp = MI.getOperand(ArgOffset + I); in packImage16bitOpsToDwords() local
6282 MachineOperand &SrcOp = MI.getOperand(DimIdx + I); in convertImageAddrToPacked() local
6297 MachineOperand &SrcOp = MI.getOperand(DimIdx + I); in convertImageAddrToPacked() local
6464 MachineOperand &SrcOp = MI.getOperand(ArgOffset + I); in legalizeImageIntrinsic() local
H A DAMDGPURegisterBankInfo.cpp3528 const MachineOperand &SrcOp = MI.getOperand(i); in getDefaultMappingSOP() local
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1293 MDNode *SrcOp = SrcModFlags->getOperand(I); in linkModuleFlagsMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1773 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, EVT SlotVT, in EmitStackConvert()
1778 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, EVT SlotVT, in EmitStackConvert()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp927 ResolvedDbgOp SrcOp(Src); in transferMlocs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8015 SDValue SrcOp = Op.getOperand(1); in computeKnownBitsForTargetNode() local
8034 SDValue SrcOp = Op.getOperand(0); in computeKnownBitsForTargetNode() local

12