Home
last modified time | relevance | path

Searched refs:foldBooleans (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h909 ISD::CondCode Cond, bool foldBooleans,
/external/llvm/include/llvm/Target/
DTargetLowering.h2353 bool foldBooleans, DAGCombinerInfo &DCI,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1909 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument
2534 if (N0.getValueType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
DDAGCombiner.cpp235 DebugLoc DL, bool foldBooleans = true);
7711 DebugLoc DL, bool foldBooleans) { in SimplifySetCC() argument
7714 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2912 bool foldBooleans, DAGCombinerInfo &DCI,
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1343 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument
2130 if (N0.getValueType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
DDAGCombiner.cpp344 const SDLoc &DL, bool foldBooleans = true);
14444 bool foldBooleans) { in SimplifySetCC() argument
14447 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1940 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument
2766 if (N0.getValueType().getScalarType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
DDAGCombiner.cpp416 const SDLoc &DL, bool foldBooleans);
18047 bool foldBooleans) { in SimplifySetCC() argument
18050 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()