Home
last modified time | relevance | path

Searched refs:getSrcValue (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrLoadStore.td27 if ((Src = cast<LoadSDNode>(N)->getSrcValue()) &&
36 if ((Src = cast<LoadSDNode>(N)->getSrcValue()) &&
45 if ((Src = cast<LoadSDNode>(N)->getSrcValue()) &&
55 if ((Src = cast<StoreSDNode>(N)->getSrcValue()) &&
65 if ((Src = cast<StoreSDNode>(N)->getSrcValue()) &&
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp610 TSOps.push_back(DAG.getSrcValue(V)); in LowerAsSTATEPOINT()
700 TEOps.push_back(DAG.getSrcValue(V)); in LowerAsSTATEPOINT()
DSelectionDAGBuilder.cpp5431 Ops[4] = DAG.getSrcValue(I.getArgOperand(0)); in visitIntrinsicCall()
5432 Ops[5] = DAG.getSrcValue(F); in visitIntrinsicCall()
7114 DAG.getSrcValue(I.getArgOperand(0)))); in visitVAStart()
7122 DAG.getSrcValue(I.getOperand(0)), in visitVAArg()
7132 DAG.getSrcValue(I.getArgOperand(0)))); in visitVAEnd()
7140 DAG.getSrcValue(I.getArgOperand(0)), in visitVACopy()
7141 DAG.getSrcValue(I.getArgOperand(1)))); in visitVACopy()
DSelectionDAG.cpp1745 SDValue SelectionDAG::getSrcValue(const Value *V) { in getSrcValue() function in SelectionDAG
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp669 TSOps.push_back(DAG.getSrcValue(V)); in LowerAsSTATEPOINT()
759 TEOps.push_back(DAG.getSrcValue(V)); in LowerAsSTATEPOINT()
DSelectionDAGBuilder.cpp5860 Ops[4] = DAG.getSrcValue(I.getArgOperand(0)); in visitIntrinsicCall()
5861 Ops[5] = DAG.getSrcValue(F); in visitIntrinsicCall()
7879 DAG.getSrcValue(I.getArgOperand(0)))); in visitVAStart()
7887 DAG.getSrcValue(I.getOperand(0)), in visitVAArg()
7897 DAG.getSrcValue(I.getArgOperand(0)))); in visitVAEnd()
7905 DAG.getSrcValue(I.getArgOperand(0)), in visitVACopy()
7906 DAG.getSrcValue(I.getArgOperand(1)))); in visitVACopy()
DSelectionDAG.cpp1817 SDValue SelectionDAG::getSrcValue(const Value *V) { in getSrcValue() function in SelectionDAG
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5029 Ops[4] = DAG.getSrcValue(I.getArgOperand(0)); in visitIntrinsicCall()
5030 Ops[5] = DAG.getSrcValue(F); in visitIntrinsicCall()
6292 DAG.getSrcValue(I.getArgOperand(0)))); in visitVAStart()
6299 DAG.getSrcValue(I.getOperand(0)), in visitVAArg()
6309 DAG.getSrcValue(I.getArgOperand(0)))); in visitVAEnd()
6317 DAG.getSrcValue(I.getArgOperand(0)), in visitVACopy()
6318 DAG.getSrcValue(I.getArgOperand(1)))); in visitVACopy()
DDAGCombiner.cpp7867 SrcValue = LD->getSrcValue(); in FindAliasInfo()
7876 SrcValue = ST->getSrcValue(); in FindAliasInfo()
DSelectionDAG.cpp1407 SDValue SelectionDAG::getSrcValue(const Value *V) { in getSrcValue() function in SelectionDAG
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h692 SDValue getSrcValue(const Value *v);
DSelectionDAGNodes.h929 const Value *getSrcValue() const { return MMO->getValue(); }
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h972 SDValue getSrcValue(const Value *v);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1120 SDValue getSrcValue(const Value *v);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp10326 cast<AtomicSDNode>(Node)->getSrcValue(), in LowerLOAD_SUB()