Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h66 unsigned isCustom : 1; variable
85 Ret.isCustom = false; in getReg()
97 Ret.isCustom = true; in getCustomReg()
108 Ret.isCustom = false; in getMem()
120 Ret.isCustom = true; in getCustomMem()
147 bool needsCustom() const { return isCustom; } in needsCustom()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp836 bool isCustom = false; in LegalizeLoadOps() local
841 isCustom = true; in LegalizeLoadOps()
847 if (isCustom) { in LegalizeLoadOps()