/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 852 SETFALSE, // 0 0 0 0 Always false (always folded) enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1049 SETFALSE, // 0 0 0 0 Always false (always folded) enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1265 SETFALSE, // 0 0 0 0 Always false (always folded) enumerator
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelDAGToDAG.cpp | 59 case ISD::SETFALSE: in fpCondCode2Fcc()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 164 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE; in getFCmpCondCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 203 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE; in getFCmpCondCode()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 204 case FCmpInst::FCMP_FALSE: return ISD::SETFALSE; in getFCmpCondCode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 356 case ISD::SETFALSE: return "setfalse"; in getOperationName()
|
D | SelectionDAG.cpp | 324 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT in getSetCCAndOperation() 1896 case ISD::SETFALSE: in FoldSetCC()
|
D | TargetLowering.cpp | 1351 case ISD::SETFALSE: in SimplifySetCC()
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | compare_float.ll | 19 ; (setcc $a, $b, SETFALSE) is always folded, so we won't get fcaf: 35 ; (setcc $a, $b, SETFALSE) is always folded
|
/external/llvm-project/llvm/test/CodeGen/Mips/msa/ |
D | compare_float.ll | 19 ; (setcc $a, $b, SETFALSE) is always folded, so we won't get fcaf: 35 ; (setcc $a, $b, SETFALSE) is always folded
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 433 case ISD::SETFALSE: return "setfalse"; in getOperationName()
|
D | SelectionDAG.cpp | 435 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT in getSetCCAndOperation() 2013 case ISD::SETFALSE: in FoldSetCC()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 454 case ISD::SETFALSE: return "setfalse"; in getOperationName()
|
D | SelectionDAG.cpp | 481 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT in getSetCCAndOperation() 2119 case ISD::SETFALSE: in FoldSetCC()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 971 case ISD::SETFALSE: in CombineFMinMaxLegacy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1273 case ISD::SETFALSE: in combineFMinMaxLegacy()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1392 case ISD::SETFALSE: in combineFMinMaxLegacy()
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 116 // ISD::SETFALSE cannot occur
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 113 // ISD::SETFALSE cannot occur
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 113 // ISD::SETFALSE cannot occur
|