Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp293 static Value *getStoreValueForLoadHelper(Value *SrcVal, unsigned Offset, in getStoreValueForLoadHelper()
335 Value *getValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, in getValueForLoad()
348 Constant *getConstantValueForLoad(Constant *SrcVal, unsigned Offset, in getConstantValueForLoad()
H A DSimplifyCFG.cpp5116 Value *SrcVal = DestPN.getIncomingValue(Idx); removeEmptyCleanup() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1267 executeTruncInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeTruncInst() argument
1287 executeSExtInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeSExtInst() argument
1307 executeZExtInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeZExtInst() argument
1328 executeFPTruncInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeFPTruncInst() argument
1351 executeFPExtInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeFPExtInst() argument
1373 executeFPToUIInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeFPToUIInst() argument
1411 executeFPToSIInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeFPToSIInst() argument
1448 executeUIToFPInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeUIToFPInst() argument
1480 executeSIToFPInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeSIToFPInst() argument
1514 executePtrToIntInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executePtrToIntInst() argument
1524 executeIntToPtrInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeIntToPtrInst() argument
1537 executeBitCastInst(Value * SrcVal,Type * DstTy,ExecutionContext & SF) executeBitCastInst() argument
[all...]
/freebsd-src/contrib/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.cpp2480 llvm::Value *SrcVal = Src.getScalarVal(); EmitStoreThroughBitfieldLValue() local
2569 llvm::Value *SrcVal = Src.getScalarVal(); EmitStoreThroughExtVectorComponentLValue() local
[all...]
H A DCGClass.cpp2396 llvm::Value *SrcVal = Builder.CreateBitCast(Src.getPointer(), t); EmitSynthesizedCXXCopyCtorCall() local
H A DMicrosoftCXXABI.cpp4123 llvm::Value *SrcVal = getAddrOfCXXCtorClosure() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp637 getTruncStoreByteOffset(GStore & Store,Register & SrcVal,MachineRegisterInfo & MRI) getTruncStoreByteOffset() argument
[all...]
H A DLegalizerHelper.cpp2682 const APInt &SrcVal = SrcMO.getCImm()->getValue(); widenScalar() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1216 SDValue SrcVal = Node->getOperand(2); EmitSpecialNode() local
H A DSelectionDAG.cpp7507 const Value *SrcVal = dyn_cast_if_present<const Value *>(SrcPtrInfo.V); getMemcpyLoadsAndStores() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2756 SDValue SrcVal = N->getOperand(1); SelectSTACKRESTORE() local
3043 unsigned SrcVal = C->getZExtValue(); SelectWMMAOpSelVOP3PMods() local
H A DAMDGPUCodeGenPrepare.cpp2151 Value *SrcVal = Sqrt.getOperand(0); visitSqrt() local
H A DSIISelLowering.cpp14685 SDValue SrcVal = Node->getOperand(2); legalizeTargetIndependentNode() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2815 const Value *SrcVal = II->getArgOperand(0); fastLowerIntrinsicCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3987 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_ROUND() local
4096 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_TO_INT() local
4129 SDValue SrcVal = Op.getOperand(0); LowerVectorFP_TO_INT_SAT() local
4197 SDValue SrcVal = Op.getOperand(0); LowerFP_TO_INT_SAT() local
4329 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerINT_TO_FP() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5886 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_TO_INT() local
20864 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_EXTEND() local
20924 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); LowerFP_ROUND() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3926 Constant *SrcVal; parseValID() local