| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | VTEmitter.cpp | 71 bool IsInteger = VT->getValueAsInt("isInteger"); in run() local 77 IsInteger && IsVector && !IsScalable); in run() 79 IsInteger && IsScalable); in run() 86 UpdateVTRange("INTEGER_VALUETYPE", Name, IsInteger && !IsVector); in run() 96 << (IsInteger ? Name[0] == 'i' ? 3 : 1 : 0) << ", " in run()
|
| /freebsd-14.2/contrib/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()
|
| /freebsd-14.2/contrib/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupVectorConstants.cpp | 86 bool IsInteger = CDS->getElementType()->isIntegerTy(); in extractConstantBits() local 91 if (IsInteger || IsFloat) { in extractConstantBits() 95 if (IsInteger) in extractConstantBits()
|
| H A D | X86MCInstLower.cpp | 1515 bool IsInteger = EltTy->isIntegerTy(); in printConstant() local 1523 if (IsInteger) in printConstant()
|
| H A D | X86ISelLowering.cpp | 4686 bool IsInteger = EltTy->isIntegerTy(); in getTargetConstantBitsFromNode() local 4689 if (!IsInteger && !IsFP) in getTargetConstantBitsFromNode() 4693 if (IsInteger) in getTargetConstantBitsFromNode()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 199 bool IsInteger() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 305 bool CompilerType::IsInteger() const { in IsInteger() function in CompilerType 326 return IsInteger() || IsUnscopedEnumerationType(); in IsIntegerOrUnscopedEnumerationType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 847 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in instCombineIntrinsic() local 848 if ((IsInteger && (CCVal < CmpInst::FIRST_ICMP_PREDICATE || in instCombineIntrinsic() 850 (!IsInteger && (CCVal < CmpInst::FIRST_FCMP_PREDICATE || in instCombineIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6052 bool IsInteger = E->getType()->isIntegerTy(); in createAtomicCompare() local 6056 if (!IsInteger) { in createAtomicCompare() 6070 if (!IsInteger) in createAtomicCompare() 6145 if (IsInteger) { in createAtomicCompare() 6157 if (IsInteger) { in createAtomicCompare()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6125 bool IsInteger = X.getAddress(CGF).getElementType()->isIntegerTy(); in emitOMPAtomicRMW() local 6129 RMWOp = IsInteger ? llvm::AtomicRMWInst::Add : llvm::AtomicRMWInst::FAdd; in emitOMPAtomicRMW() 6134 RMWOp = IsInteger ? llvm::AtomicRMWInst::Sub : llvm::AtomicRMWInst::FSub; in emitOMPAtomicRMW() 6146 if (IsInteger) in emitOMPAtomicRMW() 6157 if (IsInteger) in emitOMPAtomicRMW() 6200 if (IsInteger) in emitOMPAtomicRMW()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 2068 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local 2071 if ((IsInteger || IsReciprocal) && in replacePowWithExp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 629 bool IsInteger = Type.isInteger(); in getSetCCOrOperation() local 630 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCOrOperation() 642 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation() 650 bool IsInteger = Type.isInteger(); in getSetCCAndOperation() local 651 if (IsInteger && (isSignedOp(Op1) | isSignedOp(Op2)) == 3) in getSetCCAndOperation() 659 if (IsInteger) { in getSetCCAndOperation()
|
| H A D | DAGCombiner.cpp | 5963 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local 5964 if (LR == RR && CC0 == CC1 && IsInteger) { in foldLogicOfSetCCs() 6010 IsInteger && CC0 == ISD::SETNE && in foldLogicOfSetCCs() 6022 if (IsInteger && TLI.convertSetCCLogicToBitwiseLogic(OpVT) && CC0 == CC1 && in foldLogicOfSetCCs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3200 bool IsInteger = Op.getValueType().isInteger(); in isSimpleVIDSequence() local 3213 if (IsInteger) { in isSimpleVIDSequence() 3279 if (IsInteger) { in isSimpleVIDSequence()
|