Home
last modified time | relevance | path

Searched defs:Int (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 #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 DMsgPackReader.h49 /// being divided into a signed Int and unsigned UInt variant in order to map enumerator
80 int64_t Int; global() member
H A DMsgPackDocument.h55 int64_t Int; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp51 auto *Int = llvm::ConstantInt::get(IntTy, IntValue); in initializationPatternFor() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1545 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 DPointer.h48 enum class Storage { Block, Int }; enumerator
694 IntPointer Int; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp254 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 DRangeConstraintManager.cpp3054 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 DRangedConstraintManager.cpp155 const llvm::APSInt &Int) { in assumeSymRel()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp740 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 DJSONBackend.cpp57 } else if (auto *Int = dyn_cast<IntInit>(&I)) { in translateInit() local
H A DTGLexer.h87 Int, enumerator
/freebsd/contrib/bearssl/T0/
H A DTValue.cs81 internal int Int { property
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h572 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 DFloat2Int.cpp242 APSInt Int(MaxIntegerBW+1, false); in calcRange() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp419 if (auto *Int = dyn_cast<IntrinsicInst>(&I)) in TryConvertActiveLaneMask() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h54 int64_t Int; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp477 Function *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty); in LowerToByteSwap() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp66 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getEnumName() argument
H A DCodeGenDAGPatterns.cpp2392 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 DWebAssemblyAsmParser.cpp74 struct IntOp Int; member
386 auto &Int = Lexer.getTok(); in parseSingleInteger() local
/freebsd/usr.bin/truss/
H A Dsyscall.h76 Int, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h416 template <class IntT> IntT swap(IntT Int) const { in swap()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp269 if (auto *Int = dyn_cast<ConstantInt>(Call->getOperand(ArgNo))) in getOperandAsUnsigned() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp65 Int, enumerator

123