Home
last modified time | relevance | path

Searched defs:Ty (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp239 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
284 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
297 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
304 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
364 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
378 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
402 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
424 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
439 LLT Ty = MRI.getType(MI.getOperand(0).getReg()); in getInstrMapping() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowLevelType.cpp21 LLT llvm::getLLTForType(Type &Ty, const DataLayout &DL) { in getLLTForType()
46 MVT llvm::getMVTForLLT(LLT Ty) { in getMVTForLLT()
55 LLT llvm::getLLTForMVT(MVT Ty) { in getLLTForMVT()
63 const llvm::fltSemantics &llvm::getFltSemanticForLLT(LLT Ty) { in getFltSemanticForLLT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp347 Constant *Constant::getNullValue(Type *Ty) { in getNullValue()
388 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue()
405 Constant *Constant::getAllOnesValue(Type *Ty) { in getAllOnesValue()
769 Type *Ty = C->getType(); in replaceUndefsWith() local
796 Type *Ty = C->getType(); in mergeUndefsWith() local
842 ConstantInt::ConstantInt(IntegerType *Ty, const APInt &V) in ConstantInt()
865 Constant *ConstantInt::getTrue(Type *Ty) { in getTrue()
873 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse()
881 Constant *ConstantInt::getBool(Type *Ty, bool V) { in getBool()
899 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
[all …]
H A DInstructions.cpp517 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, in CallInst()
524 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, in CallInst()
1310 static Align computeAllocaDefaultAlign(Type *Ty, BasicBlock *BB) { in computeAllocaDefaultAlign()
1318 static Align computeAllocaDefaultAlign(Type *Ty, Instruction *I) { in computeAllocaDefaultAlign()
1323 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst()
1327 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst()
1331 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1337 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1343 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1354 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
[all …]
H A DGlobals.cpp333 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable()
352 GlobalVariable::GlobalVariable(Module &M, Type *Ty, bool constant, in GlobalVariable()
427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, in GlobalIndirectSymbol()
476 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias()
485 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
491 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
497 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create()
531 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc()
540 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create()
H A DDIBuilder.cpp315 DIDerivedType *DIBuilder::createTypedef(DIType *Ty, StringRef Name, in createTypedef()
324 DIDerivedType *DIBuilder::createFriend(DIType *Ty, DIType *FriendTy) { in createFriend()
331 DIDerivedType *DIBuilder::createInheritance(DIType *Ty, DIType *BaseTy, in createInheritance()
348 DINode::DIFlags Flags, DIType *Ty) { in createMemberType()
363 Constant *Discriminant, DINode::DIFlags Flags, DIType *Ty) { in createVariantMemberType()
373 DINode::DIFlags Flags, DIType *Ty) { in createBitFieldMemberType()
385 unsigned LineNumber, DIType *Ty, in createStaticMemberType()
399 DIType *Ty, MDNode *PropertyNode) { in createObjCIVar()
409 unsigned PropertyAttributes, DIType *Ty) { in createObjCProperty()
416 DIType *Ty, bool isDefault) { in createTemplateTypeParameter()
[all …]
H A DConstantFold.cpp70 Type *Ty = IntegerType::get(CV->getContext(), 32); in BitCastConstantVector() local
359 static Constant *getFoldedSizeOfImpl(Type *Ty, Type *DestTy, bool Folded, in getFoldedSizeOfImpl()
414 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded, in getFoldedSizeOf()
423 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded) { in getFoldedSizeOf()
432 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, bool Folded) { in getFoldedAlignOf()
496 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo, Type *DestTy, in getFoldedOffsetOf()
612 Type *Ty = IntegerType::get(V->getContext(), 32); in ConstantFoldCastInstruction() local
684 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction() local
779 Type *Ty = IntegerType::get(CondV->getContext(), 32); in ConstantFoldSelectInstruction() local
945 auto *Ty = Type::getInt32Ty(Val->getContext()); in ConstantFoldInsertElementInstruction() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp49 static void executeFNegInst(GenericValue &Dest, GenericValue Src, Type *Ty) { in executeFNegInst()
64 Type *Ty = I.getOperand(0)->getType(); in visitUnaryOperator() local
109 GenericValue Src2, Type *Ty) { in executeFAddInst()
120 GenericValue Src2, Type *Ty) { in executeFSubInst()
131 GenericValue Src2, Type *Ty) { in executeFMulInst()
142 GenericValue Src2, Type *Ty) { in executeFDivInst()
153 GenericValue Src2, Type *Ty) { in executeFRemInst()
193 Type *Ty) { in executeICMP_EQ()
207 Type *Ty) { in executeICMP_NE()
221 Type *Ty) { in executeICMP_ULT()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTarget.cpp101 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMSizeOfTypeInBits()
105 unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMStoreSizeOfType()
109 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABISizeOfType()
113 unsigned LLVMABIAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMABIAlignmentOfType()
117 unsigned LLVMCallFrameAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMCallFrameAlignmentOfType()
121 unsigned LLVMPreferredAlignmentOfType(LLVMTargetDataRef TD, LLVMTypeRef Ty) { in LLVMPreferredAlignmentOfType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h396 bool isNonIntegralPointerType(Type *Ty) const { in isNonIntegralPointerType()
429 unsigned getPointerTypeSize(Type *Ty) const { in getPointerTypeSize()
466 TypeSize getTypeStoreSize(Type *Ty) const { in getTypeStoreSize()
478 TypeSize getTypeStoreSizeInBits(Type *Ty) const { in getTypeStoreSizeInBits()
486 bool typeSizeEqualsStoreSize(Type *Ty) const { in typeSizeEqualsStoreSize()
498 TypeSize getTypeAllocSize(Type *Ty) const { in getTypeAllocSize()
511 TypeSize getTypeAllocSizeInBits(Type *Ty) const { in getTypeAllocSizeInBits()
525 Type *Ty) const { in getValueOrABITypeAlignment()
655 inline TypeSize DataLayout::getTypeSizeInBits(Type *Ty) const { in getTypeSizeInBits()
H A DNoFolder.h182 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
187 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
195 Instruction *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
201 Type *Ty, Constant *C, ArrayRef<Constant *> IdxList) const override { in CreateInBoundsGetElementPtr()
205 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
214 Type *Ty, Constant *C, ArrayRef<Value *> IdxList) const override { in CreateInBoundsGetElementPtr()
H A DConstantFolder.h148 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
153 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
161 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
167 Type *Ty, Constant *C, ArrayRef<Constant *> IdxList) const override { in CreateInBoundsGetElementPtr()
171 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
180 Type *Ty, Constant *C, ArrayRef<Value *> IdxList) const override { in CreateInBoundsGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp35 static bool isDispatchBlock(QualType Ty) { in isDispatchBlock()
116 QualType Ty) { in makeAssignment()
147 UnaryOperator *ASTMaker::makeDereference(const Expr *Arg, QualType Ty) { in makeDereference()
153 ImplicitCastExpr *ASTMaker::makeLvalueToRvalue(const Expr *Arg, QualType Ty) { in makeLvalueToRvalue()
166 ImplicitCastExpr *ASTMaker::makeImplicitCast(const Expr *Arg, QualType Ty, in makeImplicitCast()
176 Expr *ASTMaker::makeIntegralCast(const Expr *Arg, QualType Ty) { in makeIntegralCast()
187 QualType Ty = C.getBOOLDecl() ? C.getBOOLType() : C.ObjCBuiltinBoolTy; in makeObjCBool() local
204 IntegerLiteral *ASTMaker::makeIntegerLiteral(uint64_t Value, QualType Ty) { in makeIntegerLiteral()
249 QualType Ty = Callback->getType(); in create_call_once_funcptr_call() local
494 QualType Ty = Block->getType(); in create_dispatch_once() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c95 value llvm_datalayout_size_in_bits(LLVMTypeRef Ty, value DL) { in llvm_datalayout_size_in_bits()
100 value llvm_datalayout_store_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_store_size()
105 value llvm_datalayout_abi_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_size()
110 value llvm_datalayout_abi_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_align()
115 value llvm_datalayout_stack_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_stack_align()
120 value llvm_datalayout_preferred_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_preferred_align()
131 value llvm_datalayout_element_at_offset(LLVMTypeRef Ty, value Offset, in llvm_datalayout_element_at_offset()
138 value llvm_datalayout_offset_of_element(LLVMTypeRef Ty, value Index, value DL) { in llvm_datalayout_offset_of_element()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h91 unsigned getIntWidth(QualType Ty) { in getIntWidth()
106 llvm::Optional<PrimType> classify(QualType Ty) const { in classify()
111 bool needsAdjust(QualType Ty) const { in needsAdjust()
116 PrimType classifyPrim(QualType Ty) const { in classifyPrim()
199 QualType Ty = E->getType(); in emitConst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp18 InstructionCost RISCVTTIImpl::getIntImmCost(const APInt &Imm, Type *Ty, in getIntImmCost()
34 const APInt &Imm, Type *Ty, in getIntImmCostInst()
93 const APInt &Imm, Type *Ty, in getIntImmCostIntrin()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp49 llvm::StructType *Ty, in addRecordTypeName()
92 const Type *Ty = Context.getCanonicalType(T).getTypePtr(); in ConvertTypeForMem() local
206 bool CodeGenTypes::isFuncParamTypeConvertible(QualType Ty) { in isFuncParamTypeConvertible()
294 const Type *Ty = T.getTypePtr(); in RefreshTypeCacheForClass() local
327 const Type *Ty = QFT.getTypePtr(); in ConvertFunctionTypeInternal() local
398 const Type *Ty = T.getTypePtr(); in ConvertType() local
404 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType() local
408 if (auto *Ty = CGM.getTargetCodeGenInfo() in ConvertType() local
822 llvm::StructType *Ty = Entry; in ConvertRecordDeclType() local
H A DCodeGenTBAA.cpp115 llvm::MDNode *CodeGenTBAA::getTypeInfoHelper(const Type *Ty) { in getTypeInfoHelper()
244 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr(); in getTypeInfo() local
321 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr(); in getTBAAStructInfo() local
334 llvm::MDNode *CodeGenTBAA::getBaseTypeInfoHelper(const Type *Ty) { in getBaseTypeInfoHelper()
385 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr(); in getBaseTypeInfo() local
H A DCGDebugInfo.cpp53 static uint32_t getTypeAlignIfRequired(const Type *Ty, const ASTContext &Ctx) { in getTypeAlignIfRequired()
58 static uint32_t getTypeAlignIfRequired(QualType Ty, const ASTContext &Ctx) { in getTypeAlignIfRequired()
914 llvm::DIType *CGDebugInfo::CreateType(const AutoType *Ty) { in CreateType()
918 llvm::DIType *CGDebugInfo::CreateType(const ExtIntType *Ty) { in CreateType()
929 llvm::DIType *CGDebugInfo::CreateType(const ComplexType *Ty) { in CreateType()
939 llvm::DIType *CGDebugInfo::CreateQualifiedType(QualType Ty, in CreateQualifiedType()
973 llvm::DIType *CGDebugInfo::CreateType(const ObjCObjectPointerType *Ty, in CreateType()
986 llvm::DIType *CGDebugInfo::CreateType(const PointerType *Ty, in CreateType()
1045 static SmallString<256> getTypeIdentifier(const TagType *Ty, CodeGenModule &CGM, in getTypeIdentifier()
1082 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty, in getOrCreateRecordFwdDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp291 if (const auto *Ty = dyn_cast<DICompositeType>(Scope)) in collectParentScopeNames() local
337 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName()
418 getFunctionOptions(const DISubroutineType *Ty, in getFunctionOptions()
1509 void CodeViewDebug::addToUDTs(const DIType *Ty) { in addToUDTs()
1537 TypeIndex CodeViewDebug::lowerType(const DIType *Ty, const DIType *ClassTy) { in lowerType()
1586 TypeIndex CodeViewDebug::lowerTypeAlias(const DIDerivedType *Ty) { in lowerTypeAlias()
1602 TypeIndex CodeViewDebug::lowerTypeArray(const DICompositeType *Ty) { in lowerTypeArray()
1653 TypeIndex CodeViewDebug::lowerTypeBasic(const DIBasicType *Ty) { in lowerTypeBasic()
1746 TypeIndex CodeViewDebug::lowerTypePointer(const DIDerivedType *Ty, in lowerTypePointer()
1817 TypeIndex CodeViewDebug::lowerTypeMemberPointer(const DIDerivedType *Ty, in lowerTypeMemberPointer()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.cpp35 explicit ConstantPlaceHolder(Type *Ty, LLVMContext &Context) in ConstantPlaceHolder()
96 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef()
116 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty, in getValueFwdRef()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp176 static void DefineTypeSize(const Twine &MacroName, TargetInfo::IntType Ty, in DefineTypeSize()
182 static void DefineFmt(const Twine &Prefix, TargetInfo::IntType Ty, in DefineFmt()
192 static void DefineType(const Twine &MacroName, TargetInfo::IntType Ty, in DefineType()
197 static void DefineTypeWidth(StringRef MacroName, TargetInfo::IntType Ty, in DefineTypeWidth()
208 static void DefineExactWidthIntType(TargetInfo::IntType Ty, in DefineExactWidthIntType()
233 static void DefineExactWidthIntTypeSize(TargetInfo::IntType Ty, in DefineExactWidthIntTypeSize()
251 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned); in DefineLeastWidthIntType() local
265 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned); in DefineFastIntType() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h309 bool isIndexedLoadLegal(TTI::MemIndexedMode M, Type *Ty, in isIndexedLoadLegal()
315 bool isIndexedStoreLegal(TTI::MemIndexedMode M, Type *Ty, in isIndexedStoreLegal()
333 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
354 bool isTypeLegal(Type *Ty) { in isTypeLegal()
359 InstructionCost getRegUsageForType(Type *Ty) { in getRegUsageForType()
460 bool haveFastSqrt(Type *Ty) { in haveFastSqrt()
467 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { in isFCmpOrdCheaperThanFCmpZero()
471 InstructionCost getFPOpCost(Type *Ty) { in getFPOpCost()
665 auto *Ty = cast<FixedVectorType>(InTy); in getScalarizationOverhead() local
687 auto *Ty = cast<FixedVectorType>(InTy); in getScalarizationOverhead() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.cpp40 static bool originalTypeIsF128(const Type *Ty, const char *Func) { in originalTypeIsF128()
54 static bool originalEVTTypeIsVectorFloat(EVT Ty) { in originalEVTTypeIsVectorFloat()
62 static bool originalTypeIsVectorFloat(const Type * Ty) { in originalTypeIsVectorFloat()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h140 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
144 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
151 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
157 Type *Ty, Constant *C, ArrayRef<Constant *> IdxList) const override { in CreateInBoundsGetElementPtr()
160 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
168 Type *Ty, Constant *C, ArrayRef<Value *> IdxList) const override { in CreateInBoundsGetElementPtr()

12345678910>>...19