Searched defs:SrcValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Linker/
H A DIRMover.cpp1125 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); local
1127 MDs.reserve(DstValue->getNumOperands() + SrcValue->getNumOperands());
1129 MDs.append(SrcValue->op_begin(), SrcValue->op_end());
1137 MDNode *SrcValue = cast<MDNode>(SrcOp->getOperand(2)); local
1139 Elts.insert(SrcValue->op_begin(), SrcValue->op_end());
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1074 const MachinePointerInfo &SrcValue = Load->getMemOperand()->getPointerInfo(); local
1091 SrcValue,
1101 SrcValue.getWithOffset(LoMemVT.getStoreSize()),
1203 const MachinePointerInfo &SrcValue = Store->getMemOperand()->getPointerInfo(); local
1211 SrcValue,
1219 SrcValue.getWithOffset(Size),
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp272 const Value *&SrcValue, int &SrcValueOffset,
7860 const Value *&SrcValue,
7867 SrcValue = LD->getSrcValue();
7876 SrcValue = ST->getSrcValue();
7895 const Value *SrcValue; local
7899 bool IsLoad = FindAliasInfo(N, Ptr, Size, SrcValue, SrcValueOffset,
7952 isAlias(Ptr, Size, SrcValue, SrcValueOffset, SrcValueAlign,
7858 FindAliasInfo(SDNode *N, SDValue &Ptr, int64_t &Size, const Value *&SrcValue, int &SrcValueOffset, unsigned &SrcValueAlign, const MDNode *&TBAAInfo) const argument
/external/clang/lib/AST/
H A DExprConstant.cpp1651 const T &SrcValue, QualType DestType) {
1653 << SrcValue << DestType;
1650 HandleOverflow(EvalInfo &Info, const Expr *E, const T &SrcValue, QualType DestType) argument

Completed in 381 milliseconds