Home
last modified time | relevance | path

Searched refs:getAbsolute (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp85 AbsoluteValue = cantFail(IntegerValue.getAbsolute().getUnsignedValue()); in getMatchingString()
170 ExpressionValue ExpressionValue::getAbsolute() const { in getAbsolute() function in ExpressionValue
200 return RightOperand - LeftOperand.getAbsolute(); in operator +()
204 return LeftOperand - RightOperand.getAbsolute(); in operator +()
236 return RightOperand.getAbsolute() - LeftOperand.getAbsolute(); in operator -()
240 return LeftOperand + RightOperand.getAbsolute(); in operator -()
271 return LeftOperand.getAbsolute() * RightOperand.getAbsolute(); in operator *()
281 auto Result = LeftOperand.getAbsolute() * RightOperand.getAbsolute(); in operator *()
303 return LeftOperand.getAbsolute() / RightOperand.getAbsolute(); in operator /()
312 cantFail(LeftOperand.getAbsolute() / RightOperand.getAbsolute()); in operator /()
DFileCheckImpl.h150 ExpressionValue getAbsolute() const;
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp463 expectValueEqual(ExpressionValue(10).getAbsolute(), 10); in TEST_F()
466 expectValueEqual(ExpressionValue(0).getAbsolute(), 0); in TEST_F()
469 expectValueEqual(ExpressionValue(MaxUint64).getAbsolute(), MaxUint64); in TEST_F()
472 expectValueEqual(ExpressionValue(-10).getAbsolute(), 10); in TEST_F()
475 expectValueEqual(ExpressionValue(MinInt64).getAbsolute(), in TEST_F()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2398 static SDValue getAbsolute(SelectionDAG &DAG, const SDLoc &DL, SDValue Op, in getAbsolute() function
2427 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC()
2429 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2924 static SDValue getAbsolute(SelectionDAG &DAG, const SDLoc &DL, SDValue Op, in getAbsolute() function
2953 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC()
2955 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2964 static SDValue getAbsolute(SelectionDAG &DAG, const SDLoc &DL, SDValue Op, in getAbsolute() function
2993 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC()
2995 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()