Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1173 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
1187 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()
1193 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()
1194 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1048 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1643 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()