Home
last modified time | relevance | path

Searched refs:IsInteger (Results 1 – 21 of 21) sorted by relevance

/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp121 bool IsInteger = in run() local
149 std::string SuggestedApi = IsObjC ? (IsInteger ? "" : "-boolValue") in run()
164 if (IsInteger) in run()
/llvm-project/llvm/lib/Target/VE/
H A DVE.h205 inline static VECC::CondCode VEValToCondCode(unsigned Val, bool IsInteger) { in VEValToCondCode() argument
206 if (IsInteger) { in VEValToCondCode()
/llvm-project/flang/include/flang/Runtime/
H A Dtype-code.h32 constexpr RT_API_ATTRS bool IsInteger() const { in IsInteger() function
/llvm-project/flang/unittests/Evaluate/
H A Dreshape.cpp75 TEST(result->type().IsInteger()); in main()
/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp119 bool IsInteger = CDS->getElementType()->isIntegerTy(); in extractConstantBits() local
124 if (IsInteger || IsFloat) { in extractConstantBits()
128 if (IsInteger) in extractConstantBits()
H A DX86MCInstLower.cpp1583 bool IsInteger = EltTy->isIntegerTy(); in printConstant()
1591 if (IsInteger) in printConstant()
1582 bool IsInteger = EltTy->isIntegerTy(); printConstant() local
H A DX86ISelLowering.cpp4987 bool IsInteger = EltTy->isIntegerTy(); in getTargetConstantBitsFromNode()
4990 if (!IsInteger && !IsFP) in getTargetConstantBitsFromNode()
4994 if (IsInteger) in getTargetConstantBitsFromNode()
4828 bool IsInteger = EltTy->isIntegerTy(); getTargetConstantBitsFromNode() local
[all...]
/llvm-project/lldb/source/Core/
H A DValueObject.cpp
/llvm-project/flang/runtime/
H A Dtools.cpp198 intVal->type().IsInteger() && intVal->type().GetCategoryAndKind() && in IsValidIntDescriptor()
H A Dtransformational.cpp713 RUNTIME_CHECK(terminator, shape.type().IsInteger()); in RTDEF()
762 RUNTIME_CHECK(terminator, order->type().IsInteger()); in RTDEF()
/llvm-project/flang/lib/Decimal/
H A Dbig-radix-floating-point.h86 RT_API_ATTRS bool IsInteger() const { return exponent_ >= 0; } in IsInteger() function
/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h199 bool IsInteger() const;
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp898 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic()
899 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE || in instCombineIntrinsic()
901 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE || in instCombineIntrinsic()
845 bool IsInteger = IID == Intrinsic::amdgcn_icmp; instCombineIntrinsic() local
/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp326 bool CompilerType::IsInteger() const { in IsInteger() function in CompilerType
347 return IsInteger() || IsUnscopedEnumerationType(); in IsIntegerOrUnscopedEnumerationType()
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6306 bool IsInteger = X.getAddress().getElementType()->isIntegerTy(); in emitOMPAtomicUpdateExpr()
6310 RMWOp = IsInteger ? llvm::AtomicRMWInst::Add : llvm::AtomicRMWInst::FAdd; in emitOMPAtomicUpdateExpr()
6315 RMWOp = IsInteger ? llvm::AtomicRMWInst::Sub : llvm::AtomicRMWInst::FSub; in emitOMPAtomicUpdateExpr()
6327 if (IsInteger) in convertToType()
6338 if (IsInteger) in emitOMPAtomicCaptureExpr()
6381 if (IsInteger) in emitOMPAtomicCaptureExpr()
6160 bool IsInteger = X.getAddress().getElementType()->isIntegerTy(); emitOMPAtomicRMW() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8859 bool IsInteger = E->getType()->isIntegerTy();
8863 if (!IsInteger) {
8877 if (!IsInteger)
8952 if (IsInteger) {
8964 if (IsInteger) {
7579 bool IsInteger = E->getType()->isIntegerTy(); createAtomicCompare() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2158 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp()
2161 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
2120 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); replacePowWithExp() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp669 bool IsInteger = Type.isInteger(); in getSetCCAndOperation()
670 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCAndOperation()
682 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in AddNodeIDOpcode()
690 bool IsInteger = Type.isInteger();
691 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3)
699 if (IsInteger) {
632 bool IsInteger = Type.isInteger(); getSetCCOrOperation() local
653 bool IsInteger = Type.isInteger(); getSetCCAndOperation() local
H A DDAGCombiner.cpp6111 bool IsInteger = OpVT.isInteger(); in getMinMaxOpcodeForFP()
6112 if (LR == RR && CC0 == CC1 && IsInteger) { in getMinMaxOpcodeForFP()
6158 IsInteger && CC0 == ISD::SETNE && in getMinMaxOpcodeForFP()
6170 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 && in foldAndOrOfSETCC()
5981 bool IsInteger = OpVT.isInteger(); foldLogicOfSetCCs() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3417 bool IsInteger = Op.getValueType().isInteger(); in isSimpleVIDSequence()
3434 if (IsInteger) { in isSimpleVIDSequence()
3362 bool IsInteger = Op.getValueType().isInteger(); isSimpleVIDSequence() local