Searched refs:getCondCodeAction (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 514 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function 531 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal() 532 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegal()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1194 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp() 1600 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode() 1612 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode() 1617 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode() 1650 if (TLI.getCondCodeAction(InvCC, OpVT) == TargetLowering::Expand) { in LegalizeSetCCCondCode()
|
D | TargetLowering.cpp | 1271 getCondCodeAction(Cond, newVT.getSimpleVT())==Legal)) in SimplifySetCC() 1635 getCondCodeAction(NewCond, N0.getSimpleValueType()) == Legal)) in SimplifySetCC()
|