/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | MachineValueType.h | 41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) Ty = n, argument 174 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in isOverloaded() argument 257 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) EltTy, in getVectorElementType() argument 270 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) NElem, in getVectorMinNumElements() argument 299 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getSizeInBits() argument 421 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getFloatingPointVT() argument 431 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getIntegerVT() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 49 /// being divided into a signed Int and unsigned UInt variant in order to map enumerator 80 int64_t Int; global() member
|
H A D | MsgPackDocument.h | 55 int64_t Int; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 51 auto *Int = llvm::ConstantInt::get(IntTy, IntValue); in initializationPatternFor() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1545 const ACLEIntrinsic *Int; member 1573 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinCG() local 1646 const ACLEIntrinsic *Int = OI_prelim.Int; in EmitBuiltinCG() local 1717 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinAliases() local 1740 const ACLEIntrinsic &Int = *kv.second; in GroupSemaChecks() local 1802 const ACLEIntrinsic &Int = *kv.second; in EmitHeader() local 1949 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinDef() local 1957 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinDef() local 2061 const ACLEIntrinsic &Int = *kv.second; in EmitHeader() local 2159 const ACLEIntrinsic &Int = *kv.second; in EmitBuiltinDef() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h | 48 enum class Storage { Block, Int }; enumerator 694 IntPointer Int; member
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | IntrinsicEmitter.cpp | 254 static void ComputeFixedEncoding(const CodeGenIntrinsic &Int, in ComputeFixedEncoding() 432 for (const CodeGenIntrinsic &Int : Ints) { in EmitAttributes() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 3054 const llvm::APSInt &Int, in assumeSymNE() 3070 const llvm::APSInt &Int, in assumeSymEQ() 3087 const llvm::APSInt &Int, in getSymLTRange() 3116 const llvm::APSInt &Int, in assumeSymLT() 3124 const llvm::APSInt &Int, in getSymGTRange() 3153 const llvm::APSInt &Int, in assumeSymGT() 3161 const llvm::APSInt &Int, in getSymGERange() 3190 const llvm::APSInt &Int, in assumeSymGE() 3198 const llvm::APSInt &Int, in getSymLERange() 3227 const llvm::APSInt &Int, in getSymLERange() [all …]
|
H A D | RangedConstraintManager.cpp | 155 const llvm::APSInt &Int) { in assumeSymRel()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 740 SMTExprRef mkBitvector(const llvm::APSInt Int, unsigned BitWidth) override { in mkBitvector() 766 llvm::APSInt Int = llvm::APSInt(Float.bitcastToAPInt(), false); in mkFloat() local 802 llvm::APSInt Int(Sort->getFloatSortSize(), true); in toAPFloat() local 820 llvm::APSInt &Int, bool useSemantics) { in toAPSInt() 857 bool getInterpretation(const SMTExprRef &Exp, llvm::APSInt &Int) override { in getInterpretation()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 57 } else if (auto *Int = dyn_cast<IntInit>(&I)) { in translateInit() local
|
H A D | TGLexer.h | 87 Int, enumerator
|
/freebsd/contrib/bearssl/T0/ |
H A D | TValue.cs | 81 internal int Int { property
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 572 const llvm::APSInt &Int) { in getAPSIntType() 578 fixAPSInt(ASTContext &Ctx, const llvm::APSInt &Int) { in fixAPSInt()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 242 APSInt Int(MaxIntegerBW+1, false); in calcRange() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 419 if (auto *Int = dyn_cast<IntrinsicInst>(&I)) in TryConvertActiveLaneMask() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 54 int64_t Int; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 477 Function *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty); in LowerToByteSwap() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.cpp | 66 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getEnumName() argument
|
H A D | CodeGenDAGPatterns.cpp | 2392 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CGP)) in NodeHasProperty() local 2418 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CDP)) in isCommutativeIntrinsic() local 2500 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CDP)) { in ApplyTypeConstraints() local 2973 const CodeGenIntrinsic &Int = getDAGPatterns().getIntrinsic(Operator); in ParseTreePattern() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 74 struct IntOp Int; member 386 auto &Int = Lexer.getTok(); in parseSingleInteger() local
|
/freebsd/usr.bin/truss/ |
H A D | syscall.h | 76 Int, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 416 template <class IntT> IntT swap(IntT Int) const { in swap()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 269 if (auto *Int = dyn_cast<ConstantInt>(Call->getOperand(ArgNo))) in getOperandAsUnsigned() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 65 Int, enumerator
|