Home
last modified time | relevance | path

Searched refs:isCustom (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h55 bool isCustom : 1; variable
74 Ret.isCustom = false; in getReg()
86 Ret.isCustom = true; in getCustomReg()
97 Ret.isCustom = false; in getMem()
109 Ret.isCustom = true; in getCustomMem()
119 bool needsCustom() const { return isCustom; } in needsCustom()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h65 unsigned isCustom : 1; variable
84 Ret.isCustom = false; in getReg()
96 Ret.isCustom = true; in getCustomReg()
107 Ret.isCustom = false; in getMem()
119 Ret.isCustom = true; in getCustomMem()
146 bool needsCustom() const { return isCustom; } in needsCustom()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp792 bool isCustom = false; in LegalizeOp() local
1316 isCustom = true; in LegalizeOp()
1325 if (isCustom) { in LegalizeOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp810 bool isCustom = false; in LegalizeLoadOps() local
815 isCustom = true; in LegalizeLoadOps()
821 if (isCustom) { in LegalizeLoadOps()