Searched defs:TargetCC (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1041 static SDValue EmitCMP(SDValue &LHS, SDValue &RHS, SDValue &TargetCC, in EmitCMP() 1135 SDValue TargetCC; in LowerBR_CC() local 1162 SDValue TargetCC; in LowerSETCC() local 1226 SDValue TargetCC; in LowerSELECT_CC() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 876 SDValue TargetCC = DAG.getConstant(CC, DL, MVT::i32); in LowerBR_CC() local 976 SDValue TargetCC = DAG.getConstant(CC, DL, MVT::i32); in LowerSETCC() local 993 SDValue TargetCC = DAG.getConstant(CC, DL, MVT::i32); in LowerSELECT_CC() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 842 SDValue TargetCC; in LowerBR_CC() local 857 SDValue TargetCC; in LowerSELECT_CC() local 872 SDValue TargetCC; in LowerSETCC() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 616 SDValue TargetCC = DAG.getConstant(CC, DL, LHS.getValueType()); in LowerSELECT_CC() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 4672 SDValue TargetCC = DAG.getCondCode(CCVal); in lowerSELECT() local 4698 SDValue TargetCC = DAG.getCondCode(CCVal); in lowerBRCOND() local
|