Home
last modified time | relevance | path

Searched refs:isFunctionTy (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp87 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp368 if (isWindowsArm64EC() && GV->getValueType()->isFunctionTy()) in ClassifyGlobalReference()
409 if (isWindowsArm64EC() && GV->getValueType()->isFunctionTy() && in classifyGlobalFunctionReference()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DEHPersonalities.cpp25 if (!F || !F->getValueType() || !F->getValueType()->isFunctionTy()) in classifyEHPersonality()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp394 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
592 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
654 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
787 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
H A DGlobals.cpp415 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
439 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
H A DMangler.cpp238 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobalCOFF()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp90 if (I.getValueType()->isFunctionTy()) in CloneModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h240 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h113 ->isFunctionTy()); in CGCallee()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp208 if (!GV->getValueType()->isFunctionTy()) in validateEndOfModule()
1065 !PTy->getNonOpaquePointerElementType()->isFunctionTy()) in parseAliasOrIFunc()
1240 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in parseGlobal()
3706 if (!GV->getValueType()->isFunctionTy()) in parseValID()
5653 if (Ty->isFunctionTy()) in convertValIDToValue()
5997 !FwdFn->getType()->getNonOpaquePointerElementType()->isFunctionTy()) in parseFunctionHeader()
7488 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in parseAlloc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1130 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
2208 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1030 if (GV.getValueType()->isFunctionTy()) in convertToDeclaration()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp732 else if (SGV->getValueType()->isFunctionTy()) in copyGlobalValueProto()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp251 if (GV->getValueType()->isFunctionTy()) in getGlobalAddressWrapper()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1687 if (GV->getValueType()->isFunctionTy()) { in LowerGlobalAddress()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1948 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3022 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5196 return (GV->getValueType()->isFunctionTy() || in shouldEmitGOTReloc()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5137 return G->getGlobal()->getValueType()->isFunctionTy(); in isFunctionGlobalAddress()