HomeSort by: relevance | last modified time | path
    Searched refs:SrcVal (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
VNCoercion.cpp 424 static T *getStoreValueForLoadHelper(T *SrcVal, unsigned Offset, Type *LoadTy,
427 LLVMContext &Ctx = SrcVal->getType()->getContext();
432 if (SrcVal->getType()->isPointerTy() && LoadTy->isPointerTy() &&
433 cast<PointerType>(SrcVal->getType())->getAddressSpace() ==
435 return SrcVal;
439 (DL.getTypeSizeInBits(SrcVal->getType()).getFixedSize() + 7) / 8;
443 if (SrcVal->getType()->isPtrOrPtrVectorTy())
444 SrcVal = Helper.CreatePtrToInt(SrcVal, DL.getIntPtrType(SrcVal->getType()))
    [all...]
SimplifyCFG.cpp 4490 Value *SrcVal = DestPN.getIncomingValue(Idx);
4491 PHINode *SrcPN = dyn_cast<PHINode>(SrcVal);
4496 NeedPHITranslation ? SrcPN->getIncomingValueForBlock(Pred) : SrcVal;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 76 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy,
80 Constant *getConstantStoreValueForLoad(Constant *SrcVal, unsigned Offset,
87 Value *getLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy,
91 Constant *getConstantLoadValueForLoad(Constant *SrcVal, unsigned Offset,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 203 GenericValue executeTruncInst(Value *SrcVal, Type *DstTy,
205 GenericValue executeSExtInst(Value *SrcVal, Type *DstTy,
207 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
209 GenericValue executeFPTruncInst(Value *SrcVal, Type *DstTy,
211 GenericValue executeFPExtInst(Value *SrcVal, Type *DstTy,
213 GenericValue executeFPToUIInst(Value *SrcVal, Type *DstTy,
215 GenericValue executeFPToSIInst(Value *SrcVal, Type *DstTy,
217 GenericValue executeUIToFPInst(Value *SrcVal, Type *DstTy,
219 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
221 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy
    [all...]
Execution.cpp 1267 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy,
1269 GenericValue Dest, Src = getOperandValue(SrcVal, SF);
1270 Type *SrcTy = SrcVal->getType();
1287 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy,
1289 Type *SrcTy = SrcVal->getType();
1290 GenericValue Dest, Src = getOperandValue(SrcVal, SF);
1307 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy,
1309 Type *SrcTy = SrcVal->getType();
1310 GenericValue Dest, Src = getOperandValue(SrcVal, SF);
1328 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp 544 llvm::Value *SrcVal = this->CGF->Builder.CreateLoad(SrcAddr, false);
545 this->CGF->Builder.CreateStore(SrcVal, DstAddr, false);
577 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation());
578 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV);
691 llvm::Value *SrcVal = CGF->EmitLoadOfScalar(
693 llvm::Value *Val = CGF->EmitARCRetain(QT, SrcVal);
722 llvm::Value *SrcVal =
725 CGF->EmitStoreOfScalar(SrcVal, CGF->MakeAddrLValue(Addrs[DstIdx], QT),
753 llvm::Value *SrcVal = CGF->EmitLoadOfScalar(
755 CGF->EmitARCStoreStrong(CGF->MakeAddrLValue(Addrs[DstIdx], QT), SrcVal,
    [all...]
CGExpr.cpp 2174 llvm::Value *SrcVal = Src.getScalarVal();
2177 SrcVal = Builder.CreateIntCast(SrcVal, Ptr.getElementType(),
2179 llvm::Value *MaskedVal = SrcVal;
2196 SrcVal = Builder.CreateAnd(
2197 SrcVal, llvm::APInt::getLowBitsSet(StorageSize, Info.Size),
2199 MaskedVal = SrcVal;
2201 SrcVal = Builder.CreateShl(SrcVal, Offset, "bf.shl");
2209 SrcVal = Builder.CreateOr(Val, SrcVal, "bf.set")
    [all...]
MicrosoftCXXABI.cpp 4028 llvm::Value *SrcVal =
4038 if (SrcVal)
4039 Args.add(RValue::get(SrcVal), SrcParam.getType());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 1108 SDValue SrcVal = Node->getOperand(2);
1109 if (Register::isVirtualRegister(DestReg) && SrcVal.isMachineOpcode() &&
1110 SrcVal.getMachineOpcode() == TargetOpcode::IMPLICIT_DEF) {
1118 if (RegisterSDNode *R = dyn_cast<RegisterSDNode>(SrcVal))
1121 SrcReg = getVR(SrcVal, VRBaseMap);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5629 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
5631 if (isUnsupportedFloatingType(SrcVal.getValueType())) {
5635 LC = RTLIB::getFPTOSINT(SrcVal.getValueType(),
5638 LC = RTLIB::getFPTOUINT(SrcVal.getValueType(),
5644 std::tie(Result, Chain) = makeLibCall(DAG, LC, Op.getValueType(), SrcVal,
5655 Loc, Op.getValueType(), SrcVal);
18862 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
18864 const unsigned SrcSz = SrcVal.getValueType().getSizeInBits();
18880 Loc, Op.getValueType(), SrcVal);
18901 SrcVal = DAG.getNode(ISD::STRICT_FP_EXTEND, Loc
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 3617 Constant *SrcVal;
3620 parseGlobalTypeAndValue(SrcVal) ||
3625 if (!CastInst::castIsValid((Instruction::CastOps)Opc, SrcVal, DestTy))
3627 getTypeString(SrcVal->getType()) + "' to '" +
3630 SrcVal, DestTy);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 3222 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
3223 EVT SrcVT = SrcVal.getValueType();
3290 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
3292 if (SrcVal.getValueType().isVector())
3296 if (SrcVal.getValueType() == MVT::f16 && !Subtarget->hasFullFP16()) {
3301 DAG.getNode(ISD::FP_EXTEND, dl, MVT::f32, SrcVal));
3304 if (SrcVal.getValueType() != MVT::f128) {
3316 SDValue SrcVal = Op.getOperand(0);
3318 EVT SrcVT = SrcVal.getValueType();
3337 DAG.getNode(ISD::FP_EXTEND, SDLoc(Op), MVT::f32, SrcVal),
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 2824 const Value *SrcVal = II->getArgOperand(0);
2825 Register SrcReg = getRegForValue(SrcVal);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 2160 const APInt &SrcVal = SrcMO.getCImm()->getValue();
2162 ? SrcVal.sext(WideTy.getSizeInBits())
2163 : SrcVal.zext(WideTy.getSizeInBits());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 11133 SDValue SrcVal = Node->getOperand(2);
11137 if (SrcVal.getValueType() == MVT::i1 && DestReg->getReg().isPhysical()) {
11145 = DAG.getCopyToReg(Node->getOperand(0), SL, VReg, SrcVal,

Completed in 93 milliseconds