Home
last modified time | relevance | path

Searched refs:getUnqual (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp46 StructType::create("__tgt_device_image", PointerType::getUnqual(C), in getDeviceImageTy()
47 PointerType::getUnqual(C), PointerType::getUnqual(C), in getDeviceImageTy()
48 PointerType::getUnqual(C)); in getDeviceImageTy()
53 return PointerType::getUnqual(M.getContext()); in getDeviceImagePtrTy()
68 PointerType::getUnqual(C), PointerType::getUnqual(C)); in getBinDescTy()
73 return PointerType::getUnqual(M.getContext()); in getBinDescPtrTy()
227 Type::getInt32Ty(C), PointerType::getUnqual(C), /*isVarArg=*/false); in createRegisterFunction()
260 PointerType::getUnqual(C), PointerType::getUnqual(C)); in getFatbinWrapperTy()
269 llvm::Type *Int8PtrTy = PointerType::getUnqual(C); in createFatbinDesc()
290 ConstantPointerNull::get(PointerType::getUnqual(C))}; in createFatbinDesc()
[all …]
H A DUtility.cpp33 Type::getInt16Ty(C), Type::getInt32Ty(C), PointerType::getUnqual(C), in getEntryTy()
34 PointerType::getUnqual(C), Type::getInt64Ty(C), Type::getInt64Ty(C), in getEntryTy()
35 PointerType::getUnqual(C)); in getEntryTy()
45 Type *PtrTy = PointerType::getUnqual(M.getContext()); in getOffloadingEntryInitializer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp87 PointerType::getUnqual(Ctx), PointerType::getUnqual(Ctx)); in buildCFICheck()
113 "__cfi_check_fail", Type::getVoidTy(Ctx), PointerType::getUnqual(Ctx), in buildCFICheck()
114 PointerType::getUnqual(Ctx)); in buildCFICheck()
H A DExpandVariadics.cpp900 return PointerType::getUnqual(Ctx); in vaListType()
904 return PointerType::getUnqual(M.getContext()); in vaListParameterType()
926 return PointerType::getUnqual(Ctx); in vaListType()
930 return PointerType::getUnqual(M.getContext()); in vaListParameterType()
956 return PointerType::getUnqual(Ctx); in vaListType()
960 return PointerType::getUnqual(M.getContext()); in vaListParameterType()
977 return {DL.getABITypeAlign(PointerType::getUnqual(Ctx)), true}; in slotInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp25 llvm::Type *ArgTypes[] = {llvm::PointerType::getUnqual(M.getContext()), in GetVprintfDeclaration()
26 llvm::PointerType::getUnqual(M.getContext())}; in GetVprintfDeclaration()
80 llvm::ConstantPointerNull::get(llvm::PointerType::getUnqual(Ctx)); in packArgsIntoNVPTXFormatBuffer()
101 Builder.CreatePointerCast(Alloca, llvm::PointerType::getUnqual(Ctx)); in packArgsIntoNVPTXFormatBuffer()
H A DCGObjCMac.cpp1997 llvm::Type *ClassTyPtr = llvm::PointerType::getUnqual(VMContext); in GenerateMessageSendSuper()
5646 PtrObjectPtrTy = llvm::PointerType::getUnqual(VMContext); in ObjCCommonTypesHelper()
5677 SuperPtrTy = llvm::PointerType::getUnqual(VMContext); in ObjCCommonTypesHelper()
5693 PropertyListPtrTy = llvm::PointerType::getUnqual(VMContext); in ObjCCommonTypesHelper()
5705 CachePtrTy = llvm::PointerType::getUnqual(VMContext); in ObjCCommonTypesHelper()
5726 MethodDescriptionListPtrTy = llvm::PointerType::getUnqual(VMContext); in ObjCTypesHelper()
5744 ProtocolExtensionPtrTy = llvm::PointerType::getUnqual(VMContext); in ObjCTypesHelper()
5757 llvm::PointerType::getUnqual(VMContext), MethodDescriptionListPtrTy, in ObjCTypesHelper()
5762 llvm::StructType::create({llvm::PointerType::getUnqual(VMContext), LongTy, in ObjCTypesHelper()
5767 ProtocolListPtrTy = llvm::PointerType::getUnqual(VMContext); in ObjCTypesHelper()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp41 Type *SizePtrTy = PointerType::getUnqual(C); in insertCall()
62 Func, FunctionType::get(Type::getVoidTy(C), PointerType::getUnqual(C), in insertCall()
80 Type *ArgTypes[] = {PointerType::getUnqual(C), PointerType::getUnqual(C)}; in insertCall()
H A DEscapeEnumerator.cpp73 Type *ExnTy = StructType::get(PointerType::getUnqual(C), Type::getInt32Ty(C)); in Next()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp180 Type *Int8PtrType = PointerType::getUnqual(TheModule->getContext()); in runOnFunction()
221 PointerType::getUnqual(Context), // EHRegistrationNode *Next in getEHLinkRegistrationType()
222 PointerType::getUnqual(Context) // EXCEPTION_DISPOSITION (*Handler)(...) in getEHLinkRegistrationType()
239 PointerType::getUnqual(Context), // void *SavedESP in getCXXEHRegistrationType()
261 PointerType::getUnqual(Context), // void *SavedESP in getSEHRegistrationType()
262 PointerType::getUnqual(Context), // void *ExceptionPointers in getSEHRegistrationType()
390 Type *Int8PtrType = PointerType::getUnqual(Context); in generateLSDAInEAXThunk()
431 Value *Next = Builder.CreateLoad(PointerType::getUnqual(C), FSZero); in linkExceptionRegistration()
448 Value *Next = Builder.CreateLoad(PointerType::getUnqual(C), in unlinkExceptionRegistration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp111 PointerType *VoidPtrType = PointerType::getUnqual(C); in addEmuTlsVar()
140 PointerType *InitPtrType = PointerType::getUnqual(C); in addEmuTlsVar()
H A DShadowStackGCLowering.cpp150 Type *VoidPtr = PointerType::getUnqual(F.getContext()); in GetFrameMap()
236 PointerType *FrameMapPtrTy = PointerType::getUnqual(M.getContext()); in doInitialization()
244 PointerType *StackEntryPtrTy = PointerType::getUnqual(M.getContext()); in doInitialization()
H A DSjLjEHPrepare.cpp111 Type *VoidPtrTy = PointerType::getUnqual(M.getContext()); in doInitialization()
502 PointerType::getUnqual(FunctionContextTy->getContext())); in runOnFunction()
505 PointerType::getUnqual(FunctionContextTy->getContext())); in runOnFunction()
H A DDwarfEHPrepare.cpp231 FTy = FunctionType::get(Type::getVoidTy(Ctx), PointerType::getUnqual(Ctx), in InsertUnwindResumeCalls()
273 PHINode *PN = PHINode::Create(PointerType::getUnqual(Ctx), ResumesLeft, in InsertUnwindResumeCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp167 DstEntry.Ty = PointerType::getUnqual(*DAG.getContext()); in EmitStreamingCompatibleMemLibCall()
177 Entry.Ty = PointerType::getUnqual(*DAG.getContext()); in EmitStreamingCompatibleMemLibCall()
185 Entry.Ty = PointerType::getUnqual(*DAG.getContext()); in EmitStreamingCompatibleMemLibCall()
211 PointerType *RetTy = PointerType::getUnqual(*DAG.getContext()); in EmitStreamingCompatibleMemLibCall()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp33 : Value(PointerType::getUnqual(FTy->getContext()), Value::InlineAsmVal), in InlineAsm()
51 PointerType::getUnqual(FTy->getContext()), Key); in get()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp119 PtrVal = Builder->CreateAddrSpaceCast(PtrVal, PointerType::getUnqual(Ctx)); in EmitAtomicLoadLibcall()
158 PtrVal = Builder->CreateAddrSpaceCast(PtrVal, PointerType::getUnqual(Ctx)); in EmitAtomicStoreLibcall()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc86 INSTR_PROF_DATA(const IntPtrT, llvm::PointerType::getUnqual(Ctx), FunctionPointer, \
88 INSTR_PROF_DATA(IntPtrT, llvm::PointerType::getUnqual(Ctx), Values, \
111 INSTR_PROF_VTABLE_DATA(const IntPtrT, llvm::PointerType::getUnqual(Ctx), \
140 INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::PointerType::getUnqual(Ctx), Next, \
141 ConstantInt::get(llvm::PointerType::getUnqual(Ctx), 0))
188 VALUE_PROF_FUNC_PARAM(void *, Data, PointerType::getUnqual(Ctx)) INSTR_PROF_COMMA
254 COVMAP_FUNC_RECORD(const IntPtrT, llvm::PointerType::getUnqual(Ctx), \
256 llvm::PointerType::getUnqual(Ctx)))
312 COVINIT_FUNC(IntPtrT, llvm::PointerType::getUnqual(Ctx), WriteoutFunction, \
314 COVINIT_FUNC(IntPtrT, llvm::PointerType::getUnqual(Ctx), ResetFunction, \
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc86 INSTR_PROF_DATA(const IntPtrT, llvm::PointerType::getUnqual(Ctx), FunctionPointer, \
88 INSTR_PROF_DATA(IntPtrT, llvm::PointerType::getUnqual(Ctx), Values, \
111 INSTR_PROF_VTABLE_DATA(const IntPtrT, llvm::PointerType::getUnqual(Ctx), \
140 INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::PointerType::getUnqual(Ctx), Next, \
141 ConstantInt::get(llvm::PointerType::getUnqual(Ctx), 0))
188 VALUE_PROF_FUNC_PARAM(void *, Data, PointerType::getUnqual(Ctx)) INSTR_PROF_COMMA
254 COVMAP_FUNC_RECORD(const IntPtrT, llvm::PointerType::getUnqual(Ctx), \
256 llvm::PointerType::getUnqual(Ctx)))
312 COVINIT_FUNC(IntPtrT, llvm::PointerType::getUnqual(Ctx), WriteoutFunction, \
314 COVINIT_FUNC(IntPtrT, llvm::PointerType::getUnqual(Ctx), ResetFunction, \
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h160 PoisonValue::get(PointerType::getUnqual(T->getContext()))); in anyPtrType()
181 PoisonValue::get(PointerType::getUnqual(T->getContext()))); in sizedPtrType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp232 PointerType *fun_ptr_ty = PointerType::getUnqual(m_module.getContext()); in BuildObjectCheckerFunc()
240 m_i8ptr_ty = llvm::PointerType::getUnqual(m_module.getContext()); in GetI8PtrTy()
H A DIRForTarget.cpp407 Type *i8_ptr_ty = PointerType::getUnqual(m_module->getContext()); in RewriteObjCConstString()
465 PointerType *CFSCWB_ptr_ty = PointerType::getUnqual(m_module->getContext()); in RewriteObjCConstString()
805 Type *sel_ptr_type = PointerType::getUnqual(m_module->getContext()); in RewriteObjCSelector()
809 type_array[0] = llvm::PointerType::getUnqual(m_module->getContext()); in RewriteObjCSelector()
817 PointerType *srN_ptr_ty = PointerType::getUnqual(m_module->getContext()); in RewriteObjCSelector()
1034 value_type = PointerType::getUnqual(global_variable->getContext()); in MaybeHandleVariable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp330 PointerType::getUnqual(F.getContext()), in lowerFunction()
343 PointerType::getUnqual(F.getContext())); in lowerFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h720 static PointerType *getUnqual(Type *ElementType) { in getUnqual() function
724 return PointerType::getUnqual(ElementType->getContext()); in getUnqual()
729 static PointerType *getUnqual(LLVMContext &C) { in getUnqual() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp70 {PointerType::getUnqual(MContext), Type::getInt64Ty(MContext)}, false); in emit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp252 {PointerType::getUnqual(M.getContext())}, false); in doInitialization()

12345