Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h66 unsigned isCustom : 1; variable
78 : ValNo(ValNo), isCustom(IsCustom), HTP(HTP), ValVT(ValVT), LocVT(LocVT) { in CCValAssign()
124 bool needsCustom() const { return isCustom; } in needsCustom()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp849 bool isCustom = false; in LegalizeLoadOps() local
854 isCustom = true; in LegalizeLoadOps()
860 if (isCustom) { in LegalizeLoadOps()