HomeSort by: relevance | last modified time | path
    Searched refs:isCondCodeLegalOrCustom (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 3640 if (TLI.isCondCodeLegalOrCustom(CCOp, Tmp1.getSimpleValueType())) {
3659 if (TLI.isCondCodeLegalOrCustom(InvCC, Tmp1.getSimpleValueType())) {
3668 if (TLI.isCondCodeLegalOrCustom(SwapInvCC, Tmp1.getSimpleValueType())) {
TargetLowering.cpp 8799 if (TLI.isCondCodeLegalOrCustom(InvCC, OpVT)) {
8807 if (!TLI.isCondCodeLegalOrCustom(InvCC, OpVT)) {
8813 if (TLI.isCondCodeLegalOrCustom(InvCC, OpVT)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1356 bool isCondCodeLegalOrCustom(ISD::CondCode CC, MVT VT) const {

Completed in 38 milliseconds