Searched refs:TFOps (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXSelectionDAGInfo.cpp | 58 SDValue TFOps[MAX_LOADS_IN_LDM]; in EmitTargetCodeForMemcpy() local 74 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy() 77 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); in EmitTargetCodeForMemcpy() 81 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy() 88 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); in EmitTargetCodeForMemcpy() 112 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy() 117 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); in EmitTargetCodeForMemcpy() 130 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy() 138 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 56 SDValue TFOps[MAX_LOADS_IN_LDM]; in EmitTargetCodeForMemcpy() local 71 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy() 74 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); in EmitTargetCodeForMemcpy() 78 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy() 85 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); in EmitTargetCodeForMemcpy() 109 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy() 114 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); in EmitTargetCodeForMemcpy() 127 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy() 135 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i); in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 157 SDValue TFOps[6]; in EmitTargetCodeForMemcpy() local 217 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy() 223 makeArrayRef(TFOps, i)); in EmitTargetCodeForMemcpy() 236 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy() 245 makeArrayRef(TFOps, i)); in EmitTargetCodeForMemcpy()
|