Searched refs:SETTRUE2 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 738 SETTRUE2, // 1 X 1 1 1 Always true (always folded) enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 876 SETTRUE2, // 1 X 1 1 1 Always true (always folded) enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 939 SETTRUE2, // 1 X 1 1 1 Always true (always folded) enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 355 case ISD::SETTRUE2: return "settrue2"; in getOperationName()
|
D | SelectionDAG.cpp | 265 if (Operation > ISD::SETTRUE2) in getSetCCInverse() 301 if (Op > ISD::SETTRUE2) in getSetCCOrOperation() 1899 case ISD::SETTRUE2: { in FoldSetCC()
|
D | TargetLowering.cpp | 1354 case ISD::SETTRUE2: { in SimplifySetCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 384 case ISD::SETTRUE2: return "settrue2"; in getOperationName()
|
D | SelectionDAG.cpp | 349 if (Operation > ISD::SETTRUE2) in getSetCCInverse() 384 if (Op > ISD::SETTRUE2) in getSetCCOrOperation() 1971 case ISD::SETTRUE2: return getBoolConstant(true, dl, VT, OpVT); in FoldSetCC()
|
D | TargetLowering.cpp | 1952 case ISD::SETTRUE2: return DAG.getBoolConstant(true, dl, VT, OpVT); in SimplifySetCC()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 232 if (Operation > ISD::SETTRUE2) in getSetCCInverse() 272 if (Op > ISD::SETTRUE2) in getSetCCOrOperation() 1490 case ISD::SETTRUE2: return getConstant(1, VT); in FoldSetCC()
|
D | TargetLowering.cpp | 1919 case ISD::SETTRUE2: return DAG.getConstant(1, VT); in SimplifySetCC()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 974 case ISD::SETTRUE2: in CombineFMinMaxLegacy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1271 case ISD::SETTRUE2: in combineFMinMaxLegacy()
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 147 // ISD::SETTRUE2 cannot occur
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 140 // ISD::SETTRUE2 cannot occur
|