Home
last modified time | relevance | path

Searched defs:SrcVal (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp399 static Value *getStoreValueForLoadHelper(Value *SrcVal, unsigned Offset, in getStoreValueForLoadHelper()
445 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoad()
453 Constant *getConstantStoreValueForLoad(Constant *SrcVal, unsigned Offset, in getConstantStoreValueForLoad()
463 Value *getLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy, in getLoadValueForLoad()
510 Constant *getConstantLoadValueForLoad(Constant *SrcVal, unsigned Offset, in getConstantLoadValueForLoad()
H A DSimplifyCFG.cpp4991 Value *SrcVal = DestPN.getIncomingValue(Idx); in removeEmptyCleanup() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1267 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy, in executeTruncInst()
1287 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst()
1307 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst()
1328 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy, in executeFPTruncInst()
1351 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst()
1373 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst()
1411 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst()
1448 GenericValue Interpreter::executeUIToFPInst(Value *SrcVal, Type *DstTy, in executeUIToFPInst()
1480 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst()
1514 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp539 llvm::Value *SrcVal = this->CGF->Builder.CreateLoad(SrcAddr, false); in flushTrivialFields() local
574 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation()); in visitVolatileTrivial() local
688 llvm::Value *SrcVal = CGF->EmitLoadOfScalar( in visitARCStrong() local
719 llvm::Value *SrcVal = in visitARCStrong() local
750 llvm::Value *SrcVal = CGF->EmitLoadOfScalar( in visitARCStrong() local
782 llvm::Value *SrcVal = in visitARCStrong() local
H A DCGExpr.cpp2216 llvm::Value *SrcVal = Src.getScalarVal(); in EmitStoreThroughBitfieldLValue() local
2295 llvm::Value *SrcVal = Src.getScalarVal(); in EmitStoreThroughExtVectorComponentLValue() local
H A DCGClass.cpp2406 llvm::Value *SrcVal = Builder.CreateBitCast(Src.getPointer(), t); in EmitSynthesizedCXXCopyCtorCall() local
H A DMicrosoftCXXABI.cpp4134 llvm::Value *SrcVal = in getAddrOfCXXCtorClosure() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1206 SDValue SrcVal = Node->getOperand(2); in EmitSpecialNode() local
H A DSelectionDAG.cpp7045 const Value *SrcVal = SrcPtrInfo.V.dyn_cast<const Value *>(); in getMemcpyLoadsAndStores() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp2818 const Value *SrcVal = II->getArgOperand(0); in fastLowerIntrinsicCall() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2821 unsigned SrcVal = C->getAPIntValue().getZExtValue(); in SelectWMMAOpSelVOP3PMods() local
H A DSIISelLowering.cpp11898 SDValue SrcVal = Node->getOperand(2); in legalizeTargetIndependentNode() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3866 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_ROUND() local
3978 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() local
4011 SDValue SrcVal = Op.getOperand(0); in LowerVectorFP_TO_INT_SAT() local
4079 SDValue SrcVal = Op.getOperand(0); in LowerFP_TO_INT_SAT() local
4213 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerINT_TO_FP() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5873 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() local
20654 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_EXTEND() local
20714 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_ROUND() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3622 getTruncStoreByteOffset(GStore &Store, Register &SrcVal, in getTruncStoreByteOffset()
H A DLegalizerHelper.cpp2391 const APInt &SrcVal = SrcMO.getCImm()->getValue(); in widenScalar() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3744 Constant *SrcVal; in parseValID() local