Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h69 unsigned isCustom : 1; variable
81 : ValNo(ValNo), isCustom(IsCustom), HTP(HTP), ValVT(ValVT), LocVT(LocVT) { in CCValAssign()
127 bool needsCustom() const { return isCustom; } in needsCustom()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp857 bool isCustom = false; in LegalizeLoadOps() local
862 isCustom = true; in LegalizeLoadOps()
868 if (isCustom) { in LegalizeLoadOps()