Searched refs:SETTRUE (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 729 SETTRUE, // 1 1 1 1 Always true (always folded) enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 867 SETTRUE, // 1 1 1 1 Always true (always folded) enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 930 SETTRUE, // 1 1 1 1 Always true (always folded) enumerator
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 169 case FCmpInst::FCMP_TRUE: FOC = FPC = ISD::SETTRUE; break; in getFCmpCondCode()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 179 case FCmpInst::FCMP_TRUE: return ISD::SETTRUE; in getFCmpCondCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 178 case FCmpInst::FCMP_TRUE: return ISD::SETTRUE; in getFCmpCondCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/ |
D | compare_float.ll | 493 ; (setcc $a, $b, SETTRUE) is always folded, so we won't get fcaf: 509 ; (setcc $a, $b, SETTRUE) is always folded.
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | compare_float.ll | 493 ; (setcc $a, $b, SETTRUE) is always folded, so we won't get fcaf: 509 ; (setcc $a, $b, SETTRUE) is always folded.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 354 case ISD::SETTRUE: return "settrue"; in getOperationName()
|
D | TargetLowering.cpp | 1353 case ISD::SETTRUE: in SimplifySetCC()
|
D | SelectionDAG.cpp | 1898 case ISD::SETTRUE: in FoldSetCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 383 case ISD::SETTRUE: return "settrue"; in getOperationName()
|
D | TargetLowering.cpp | 1951 case ISD::SETTRUE: in SimplifySetCC()
|
D | SelectionDAG.cpp | 1970 case ISD::SETTRUE: in FoldSetCC()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1918 case ISD::SETTRUE: in SimplifySetCC()
|
D | SelectionDAG.cpp | 1489 case ISD::SETTRUE: in FoldSetCC()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 973 case ISD::SETTRUE: in CombineFMinMaxLegacy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1270 case ISD::SETTRUE: in combineFMinMaxLegacy()
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 145 // ISD::SETTRUE cannot occur
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 138 // ISD::SETTRUE cannot occur
|