/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | atomic.d | 74 alias IntTy = IntForFloat!T; variable 123 alias IntTy = IntForFloat!T; variable 232 alias IntTy = IntForFloat!T; in atomicPtrIsProperlyAligned() local 300 alias IntTy = IntForFloat!T; in atomicPtrIsProperlyAligned() local 350 alias IntTy = IntForFloat!T; in atomicPtrIsProperlyAligned() local 426 alias IntTy = IntForFloat!T; in atomicPtrIsProperlyAligned() local 487 alias IntTy = IntForFloat!T; in atomicPtrIsProperlyAligned() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
H A D | OpDescriptor.cpp | 16 if (auto *IntTy = dyn_cast<IntegerType>(T)) { in makeConstantsWithType() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 50 llvm::Type *IntTy = llvm::IntegerType::get(CGM.getLLVMContext(), PtrWidth); in initializationPatternFor() local
|
H A D | CodeGenTypeCache.h | 42 llvm::IntegerType *IntTy; member
|
H A D | CGCUDANV.cpp | 38 llvm::IntegerType *IntTy, *SizeTy; member in __anon04fceb940111::CGNVCUDARuntime
|
H A D | CGBuiltin.cpp | 388 auto *IntTy = CGF.ConvertType(E->getType()); in EmitAtomicIncrementValue() local 401 auto *IntTy = CGF.ConvertType(E->getType()); in EmitAtomicDecrementValue() local 592 llvm::Type *IntTy = llvm::IntegerType::get(C, Width); in EmitSignBit() local 1822 llvm::IntegerType *IntTy = llvm::Type::getIntNTy(getLLVMContext(), in emitBuiltinOSLogFormat() local 3008 llvm::IntegerType *IntTy = Builder.getIntNTy(bitsize); in EmitBuiltinExpr() local 3103 llvm::IntegerType *IntTy = Builder.getIntNTy(bitsize); in EmitBuiltinExpr() local 3126 llvm::Type *IntTy = ConvertType(E->getType()); in EmitBuiltinExpr() local 3548 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType()); in EmitBuiltinExpr() local 7499 llvm::Type *IntTy = llvm::IntegerType::get( in EmitARMBuiltinExpr() local 9424 llvm::Type *IntTy = llvm::IntegerType::get( in EmitAArch64BuiltinExpr() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 31 auto IntTy = dyn_cast<IntegerType>(PtrTy->getElementType()); in isCString() local 42 if (auto IntTy = dyn_cast<IntegerType>(Ty)) { in fitArgInto64Bits() local
|
H A D | RelLookupTableConverter.cpp | 143 IntegerType *IntTy = cast<IntegerType>(Index->getType()); in convertToRelLookupTable() local
|
H A D | ScalarEvolutionExpander.cpp | 1096 Type *ExpandTy, Type *IntTy, in expandIVInc() 1202 Type *IntTy, in getAddRecExprPHILiterally() 1391 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 240 Type *IntTy = IntegerType::get(RowIdx->getType()->getContext(), MaxWidth); variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ValueTypes.cpp | 26 EVT IntTy = getIntegerVT(Context, getScalarSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
|
H A D | MachineFunction.cpp | 1179 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8); in CanShareConstantPoolEntry() local
|
H A D | AtomicExpandPass.cpp | 477 IntegerType *IntTy = Builder.getIntNTy(OrigTy->getPrimitiveSizeInBits()); in createCmpXchgInstFun() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 95 Type *IntTy = ST->isPPC64() ? Type::getInt64Ty(V->getContext()) in translate() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 305 IntegerType *IntTy; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 76 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in getBoundsCheckCond() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DataLayout.cpp | 847 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local 869 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIndexType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 423 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule() local 704 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 3187 Type *IntTy = SE.getEffectiveSCEVType(IVTy); in GenerateIVChain() local 3886 Type *IntTy = Base.getType(); in GenerateICmpZeroScales() local 3976 Type *IntTy = Base.getType(); in GenerateScales() local 4207 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType()); in GenerateCrossUseConstantOffsets() local 5225 Type *IntTy = SE.getEffectiveSCEVType(Ty); in Expand() local
|
H A D | SROA.cpp | 2110 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() local 2141 IntegerType *IntTy = cast<IntegerType>(V->getType()); in extractInteger() local 2164 IntegerType *IntTy = cast<IntegerType>(Old->getType()); in insertInteger() local 2293 IntegerType *IntTy; member in llvm::sroa::AllocaSliceRewriter
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | MachineValueType.h | 445 MVT IntTy = MVT::getIntegerVT(EltTy.getSizeInBits()); in changeVectorElementTypeToInteger() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 260 const IntegerType *IntTy = dyn_cast<IntegerType>(T); in needsPromotionToI32() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 870 LLVMValueRef llvm_const_int(LLVMTypeRef IntTy, value N) { in llvm_const_int() 875 LLVMValueRef llvm_const_of_int64(LLVMTypeRef IntTy, value N, value SExt) { in llvm_const_of_int64() 888 LLVMValueRef llvm_const_int_of_string(LLVMTypeRef IntTy, value S, value Radix) { in llvm_const_int_of_string()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 29 VectorType *IntTy = VectorType::getInteger(cast<VectorType>(V->getType())); in getNegativeIsTrueBoolVec() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 1053 const QualType IntTy = ACtx.IntTy; in initFunctionSummaries() local
|