Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp293 getStoreValueForLoadHelper(Value * SrcVal,unsigned Offset,Type * LoadTy,IRBuilderBase & Builder,const DataLayout & DL) getStoreValueForLoadHelper() argument
335 getValueForLoad(Value * SrcVal,unsigned Offset,Type * LoadTy,Instruction * InsertPt,const DataLayout & DL) getValueForLoad() argument
348 getConstantValueForLoad(Constant * SrcVal,unsigned Offset,Type * LoadTy,const DataLayout & DL) getConstantValueForLoad() argument
[all...]
H A DSimplifyCFG.cpp5180 Value *SrcVal = DestPN.getIncomingValue(Idx); removeEmptyCleanup() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1231 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy, in executeTruncInst()
1251 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst()
1271 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst()
1292 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy, in executeFPTruncInst()
1315 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst()
1337 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst()
1375 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst()
1412 GenericValue Interpreter::executeUIToFPInst(Value *SrcVal, Type *DstTy, in executeUIToFPInst()
1444 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst()
1478 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst()
[all …]
/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp534 llvm::Value *SrcVal = this->CGF->Builder.CreateLoad(SrcAddr, false); in flushTrivialFields() local
567 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation()); in visitVolatileTrivial() local
681 llvm::Value *SrcVal = CGF->EmitLoadOfScalar( in visitARCStrong() local
712 llvm::Value *SrcVal = in visitARCStrong() local
743 llvm::Value *SrcVal = CGF->EmitLoadOfScalar( in visitARCStrong() local
775 llvm::Value *SrcVal = visitARCStrong() local
[all...]
H A DCGExpr.cpp2484 llvm::Value *SrcVal = Src.getScalarVal(); EmitStoreThroughBitfieldLValue() local
2573 llvm::Value *SrcVal = Src.getScalarVal(); EmitStoreThroughExtVectorComponentLValue() local
[all...]
H A DCGClass.cpp2408 llvm::Value *SrcVal = Builder.CreateBitCast(Val, t); EmitSynthesizedCXXCopyCtorCall() local
H A DMicrosoftCXXABI.cpp4136 llvm::Value *SrcVal = getAddrOfCXXCtorClosure() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp651 getTruncStoreByteOffset(GStore & Store,Register & SrcVal,MachineRegisterInfo & MRI) getTruncStoreByteOffset() argument
[all...]
H A DLegalizerHelper.cpp2744 const APInt &SrcVal = SrcMO.getCImm()->getValue(); widenScalar() local
3040 const APInt &SrcVal = SrcMO.getCImm()->getValue(); widenScalar() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1254 SDValue SrcVal = Node->getOperand(2); EmitSpecialNode() local
H A DSelectionDAG.cpp7838 const Value *SrcVal = dyn_cast_if_present<const Value *>(SrcPtrInfo.V); getMemcpyLoadsAndStores() local
/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp190 findReferencesByUse(Value * SrcVal,ScopStmt * UserStmt,Loop * UserScope,const ValueMapT & GlobalMap,SetVector<Value * > & Values,SetVector<const SCEV * > & SCEVs) findReferencesByUse() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2833 SDValue SrcVal = N->getOperand(1); SelectSTACKRESTORE() local
3120 unsigned SrcVal = C->getZExtValue(); SelectWMMAOpSelVOP3PMods() local
H A DAMDGPUCodeGenPrepare.cpp2236 Value *SrcVal = Sqrt.getOperand(0); visitSqrt() local
H A DSIISelLowering.cpp14996 SDValue SrcVal = Node->getOperand(2); legalizeTargetIndependentNode() local
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2815 const Value *SrcVal = II->getArgOperand(0); fastLowerIntrinsicCall() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4257 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_ROUND() local
4424 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_TO_INT() local
4458 SDValue SrcVal = Op.getOperand(0); LowerVectorFP_TO_INT_SAT() local
4536 SDValue SrcVal = Op.getOperand(0); LowerFP_TO_INT_SAT() local
4704 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerINT_TO_FP() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5918 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_TO_INT() local
20902 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_EXTEND() local
20962 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_ROUND() local
[all...]
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4161 Constant *SrcVal; parseValID() local