Searched defs:NewSetCC (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 1612 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), in SimplifySetCC() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 2209 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), in SimplifySetCC() local
|
| D | DAGCombiner.cpp | 7873 SDValue NewSetCC = rebuildSetCC(Combined); in visitSETCC() local
|
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 8388 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG); in LowerSETCC() local 8711 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG); in LowerSELECT() local 8903 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG); in LowerBRCOND() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 18719 if (SDValue NewSetCC = LowerAndToBT(Op0, CC, dl, DAG)) in LowerSETCC() local 18727 if (SDValue NewSetCC = LowerVectorAllZeroTest(Op0, CC, Subtarget, DAG)) in LowerSETCC() local 18732 if (SDValue NewSetCC = EmitKTEST(Op0, Op1, CC, dl, DAG, Subtarget)) in LowerSETCC() local 19099 if (SDValue NewSetCC = LowerAndToBT(Cond, ISD::SETNE, DL, DAG)) { in LowerSELECT() local 19897 if (SDValue NewSetCC = LowerAndToBT(Cond, ISD::SETNE, dl, DAG)) { in LowerBRCOND() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 15589 if (SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG)) { in LowerSETCC() local 15945 if (SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG)) { in LowerSELECT() local 16783 if (SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG)) { in LowerBRCOND() local
|