/llvm-project/llvm/utils/TableGen/ |
H A D | VTEmitter.cpp |
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NumberObjectConversionChecker.cpp | 121 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 D | VE.h | 205 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 D | type-code.h | 32 constexpr RT_API_ATTRS bool IsInteger() const { in IsInteger() function
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | reshape.cpp | 75 TEST(result->type().IsInteger()); in main()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 119 bool IsInteger = CDS->getElementType()->isIntegerTy(); in extractConstantBits() local 124 if (IsInteger || IsFloat) { in extractConstantBits() 128 if (IsInteger) in extractConstantBits()
|
H A D | X86MCInstLower.cpp | 1583 bool IsInteger = EltTy->isIntegerTy(); in printConstant() 1591 if (IsInteger) in printConstant() 1582 bool IsInteger = EltTy->isIntegerTy(); printConstant() local
|
H A D | X86ISelLowering.cpp | 4987 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 D | ValueObject.cpp |
|
/llvm-project/flang/runtime/ |
H A D | tools.cpp | 198 intVal->type().IsInteger() && intVal->type().GetCategoryAndKind() && in IsValidIntDescriptor()
|
H A D | transformational.cpp | 713 RUNTIME_CHECK(terminator, shape.type().IsInteger()); in RTDEF() 762 RUNTIME_CHECK(terminator, order->type().IsInteger()); in RTDEF()
|
/llvm-project/flang/lib/Decimal/ |
H A D | big-radix-floating-point.h | 86 RT_API_ATTRS bool IsInteger() const { return exponent_ >= 0; } in IsInteger() function
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 199 bool IsInteger() const;
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 898 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 D | CompilerType.cpp | 326 bool CompilerType::IsInteger() const { in IsInteger() function in CompilerType 347 return IsInteger() || IsUnscopedEnumerationType(); in IsIntegerOrUnscopedEnumerationType()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 6306 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 D | OMPIRBuilder.cpp | 8859 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 D | SimplifyLibCalls.cpp | 2158 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 D | SelectionDAG.cpp | 669 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 D | DAGCombiner.cpp | 6111 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 D | RISCVISelLowering.cpp | 3417 bool IsInteger = Op.getValueType().isInteger(); in isSimpleVIDSequence() 3434 if (IsInteger) { in isSimpleVIDSequence() 3362 bool IsInteger = Op.getValueType().isInteger(); isSimpleVIDSequence() local
|