Searched refs:foldBooleans (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 909 ISD::CondCode Cond, bool foldBooleans,
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2353 bool foldBooleans, DAGCombinerInfo &DCI,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1909 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument 2534 if (N0.getValueType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
|
D | DAGCombiner.cpp | 235 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/ |
D | TargetLowering.h | 2912 bool foldBooleans, DAGCombinerInfo &DCI,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1343 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument 2130 if (N0.getValueType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
|
D | DAGCombiner.cpp | 344 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/ |
D | TargetLowering.cpp | 1940 ISD::CondCode Cond, bool foldBooleans, in SimplifySetCC() argument 2766 if (N0.getValueType().getScalarType() == MVT::i1 && foldBooleans) { in SimplifySetCC()
|
D | DAGCombiner.cpp | 416 const SDLoc &DL, bool foldBooleans); 18047 bool foldBooleans) { in SimplifySetCC() argument 18050 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|