Searched refs:getCondCodeAction (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 475 getCondCodeAction(ISD::CondCode CC, EVT VT) const { in getCondCodeAction() function 488 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal() 489 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1033 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function 1047 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal() 1053 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom() 1054 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 746 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function 761 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal() 762 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegal()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 991 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp() 1574 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode() 1591 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode() 1596 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
|
D | TargetLowering.cpp | 1607 getCondCodeAction(Cond, newVT.getSimpleVT()) == Legal)) { in SimplifySetCC() 2002 getCondCodeAction(NewCond, N0.getSimpleValueType()) == Legal)) in SimplifySetCC()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 831 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp() 1986 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
|
D | TargetLowering.cpp | 2112 getCondCodeAction(Cond, newVT)==Legal)) in SimplifySetCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1020 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp() 1595 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
|