Home
last modified time | relevance | path

Searched refs:MAX_LOADS_IN_LDM (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXSelectionDAGInfo.cpp57 const unsigned MAX_LOADS_IN_LDM = 6; in EmitTargetCodeForMemcpy() local
58 SDValue TFOps[MAX_LOADS_IN_LDM]; in EmitTargetCodeForMemcpy()
59 SDValue Loads[MAX_LOADS_IN_LDM]; in EmitTargetCodeForMemcpy()
68 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) { in EmitTargetCodeForMemcpy()
80 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) { in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSelectionDAGInfo.cpp55 const unsigned MAX_LOADS_IN_LDM = 6; in EmitTargetCodeForMemcpy() local
56 SDValue TFOps[MAX_LOADS_IN_LDM]; in EmitTargetCodeForMemcpy()
57 SDValue Loads[MAX_LOADS_IN_LDM]; in EmitTargetCodeForMemcpy()
65 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) { in EmitTargetCodeForMemcpy()
77 i < MAX_LOADS_IN_LDM && EmittedNumMemOps + i < NumMemOps; ++i) { in EmitTargetCodeForMemcpy()