Searched refs:SETFALSE2 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 731 SETFALSE2, // 1 X 0 0 0 Always false (always folded) enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 869 SETFALSE2, // 1 X 0 0 0 Always false (always folded) enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 932 SETFALSE2, // 1 X 0 0 0 Always false (always folded) enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 357 case ISD::SETFALSE2: return "setfalse2"; in getOperationName()
|
D | TargetLowering.cpp | 1352 case ISD::SETFALSE2: return DAG.getConstant(0, dl, VT); in SimplifySetCC()
|
D | SelectionDAG.cpp | 1897 case ISD::SETFALSE2: return getConstant(0, dl, VT); in FoldSetCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 386 case ISD::SETFALSE2: return "setfalse2"; in getOperationName()
|
D | TargetLowering.cpp | 1950 case ISD::SETFALSE2: return DAG.getBoolConstant(false, dl, VT, OpVT); in SimplifySetCC()
|
D | SelectionDAG.cpp | 1969 case ISD::SETFALSE2: return getBoolConstant(false, dl, VT, OpVT); in FoldSetCC()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1917 case ISD::SETFALSE2: return DAG.getConstant(0, VT); in SimplifySetCC()
|
D | SelectionDAG.cpp | 1488 case ISD::SETFALSE2: return getConstant(0, VT); in FoldSetCC()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 972 case ISD::SETFALSE2: in CombineFMinMaxLegacy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1269 case ISD::SETFALSE2: in combineFMinMaxLegacy()
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 146 // ISD::SETFALSE2 cannot occur
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 139 // ISD::SETFALSE2 cannot occur
|