Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp71 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 DNumberObjectConversionChecker.cpp121 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 DVE.h205 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 DX86FixupVectorConstants.cpp86 bool IsInteger = CDS->getElementType()->isIntegerTy(); in extractConstantBits() local
91 if (IsInteger || IsFloat) { in extractConstantBits()
95 if (IsInteger) in extractConstantBits()
H A DX86MCInstLower.cpp1515 bool IsInteger = EltTy->isIntegerTy(); in printConstant() local
1523 if (IsInteger) in printConstant()
H A DX86ISelLowering.cpp4686 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 DCompilerType.h199 bool IsInteger() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp305 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 DAMDGPUInstCombineIntrinsic.cpp847 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 DOMPIRBuilder.cpp6052 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 DCGStmtOpenMP.cpp6125 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 DSimplifyLibCalls.cpp2068 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 DSelectionDAG.cpp629 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 DDAGCombiner.cpp5963 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 DRISCVISelLowering.cpp3200 bool IsInteger = Op.getValueType().isInteger(); in isSimpleVIDSequence() local
3213 if (IsInteger) { in isSimpleVIDSequence()
3279 if (IsInteger) { in isSimpleVIDSequence()