Searched refs:CMP00 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13232 SDValue CMP00 = CMP0->getOperand(0); in CMPEQCombine() local 13234 EVT VT = CMP00.getValueType(); in CMPEQCombine() 13268 bool is64BitFP = (CMP00.getValueType() == MVT::f64); in CMPEQCombine() 13274 SDValue OnesOrZeroesF = DAG.getNode(NTOperator, DL, MVT::f32, CMP00, CMP01, in CMPEQCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 34386 SDValue CMP00 = CMP0->getOperand(0); in combineCompareEqual() local 34388 EVT VT = CMP00.getValueType(); in combineCompareEqual() 34426 DAG.getNode(X86ISD::FSETCCM, DL, MVT::v1i1, CMP00, CMP01, in combineCompareEqual() 34437 CMP00.getValueType(), CMP00, CMP01, in combineCompareEqual() 34441 bool is64BitFP = (CMP00.getValueType() == MVT::f64); in combineCompareEqual()
|