Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h138 SrcOp(Register R) : Reg(R), Ty(SrcType::Ty_Reg) {} in SrcOp() function
139 SrcOp(const MachineOperand &Op) : Reg(Op.getReg()), Ty(SrcType::Ty_Reg) {} in SrcOp() function
140 SrcOp(const MachineInstrBuilder &MIB) : SrcMIB(MIB), Ty(SrcType::Ty_MIB) {} in SrcOp() function
141 SrcOp(const CmpInst::Predicate P) : Pred(P), Ty(SrcType::Ty_Predicate) {} in SrcOp() function
147 SrcOp(uint64_t V) : Imm(V), Ty(SrcType::Ty_Imm) {} in SrcOp() function
148 SrcOp(int64_t V) : Imm(V), Ty(SrcType::Ty_Imm) {} in SrcOp() function
H A DLegalizationArtifactCombiner.h1012 unsigned SrcOp = SrcDef->getOpcode(); in tryCombineUnmergeValues() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.cpp240 auto SrcOp = I->getOperand(1); in copyPhysReg() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp139 const MachineOperand &SrcOp = MI->getOperand(1); in INITIALIZE_PASS_DEPENDENCY() local
H A DHexagonExpandCondsets.cpp643 MachineInstr *HexagonExpandCondsets::genCondTfrFor(MachineOperand &SrcOp, in genCondTfrFor()
H A DHexagonFrameLowering.cpp2406 MachineOperand &SrcOp = SI.getOperand(2); in optimizeSpillSlots() local
H A DHexagonBitSimplify.cpp2570 const MachineOperand &SrcOp = MI->getOperand(1); in simplifyExtractLow() local
H A DHexagonInstrInfo.cpp1207 const MachineOperand &SrcOp = MI.getOperand(2); in expandPostRAPseudo() local
H A DHexagonISelDAGToDAGHVX.cpp1353 unsigned SrcOp = SegList[0] / 2; in packs() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp252 Value *SrcOp = I->getOperand(0); in visitImpl() local
H A DInstCombineCasts.cpp1255 if (auto *SrcOp = dyn_cast<Instruction>(Src)) in visitZExt() local
2079 Value *SrcOp = CI.getPointerOperand(); in visitPtrToInt() local
H A DInstructionCombining.cpp2185 Value *SrcOp = BCI->getOperand(0); in visitGEPOfBitcast() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp59 auto *SrcOp = in EmitMOPS() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp359 std::pair<unsigned,unsigned> SrcOp = (FirstIsDest ? RHSOp : LHSOp); in ParseConstraint() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1425 const MachineOperand &SrcOp = MI->getOperand(1); in verifyPreISelGenericInstruction() local
1447 const MachineOperand &SrcOp = MI->getOperand(2); in verifyPreISelGenericInstruction() local
1838 const MachineOperand &SrcOp = MI->getOperand(1); in visitMachineInstrBefore() local
H A DMachineScheduler.cpp1830 const MachineOperand &SrcOp = Copy->getOperand(1); in constrainLocalCopy() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp578 for (const auto &SrcOp : Def->explicit_operands()) in findMaskOperands() local
H A DSIInstrInfo.cpp1949 const MachineOperand &SrcOp = MI.getOperand(1); in expandPostRAPseudo() local
2012 const MachineOperand &SrcOp = MI.getOperand(1); in expandPostRAPseudo() local
2314 const MachineOperand &SrcOp = MI.getOperand(I); in expandMovDPP64() local
4793 const MachineOperand &SrcOp = MI.getOperand(1); in verifyInstruction() local
8617 MachineOperand *SrcOp = &Def->getOperand(1); in optimizeCompareInstr() local
H A DSIFoldOperands.cpp1300 auto &SrcOp = InstToErase->getOperand(1); in tryFoldFoldableCopy() local
H A DAMDGPULegalizerInfo.cpp4779 MachineOperand &SrcOp = MI.getOperand(ArgOffset + I); in packImage16bitOpsToDwords() local
4836 MachineOperand &SrcOp = MI.getOperand(DimIdx + I); in convertImageAddrToPacked() local
4851 MachineOperand &SrcOp = MI.getOperand(DimIdx + I); in convertImageAddrToPacked() local
4991 MachineOperand &SrcOp = MI.getOperand(ArgOffset + I); in legalizeImageIntrinsic() local
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1312 MDNode *SrcOp = SrcModFlags->getOperand(I); in linkModuleFlagsMetadata() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp504 LLVMValueRef SrcOp = LLVMGetOperand(Src, 0); in CloneInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1734 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, EVT SlotVT, in EmitStackConvert()
1739 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp, EVT SlotVT, in EmitStackConvert()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7333 SDValue SrcOp = Op.getOperand(1); in computeKnownBitsForTargetNode() local
7352 SDValue SrcOp = Op.getOperand(0); in computeKnownBitsForTargetNode() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp896 ResolvedDbgOp SrcOp(Src); in transferMlocs() local

12