Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp107 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp358 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
556 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
618 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
749 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
H A DGlobals.cpp342 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
366 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
H A DMangler.cpp234 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobalCOFF()
H A DVerifier.cpp2131 Assert(PT && PT->getElementType()->isFunctionTy(), in verifyStatepoint()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DEHPersonalities.cpp24 if (!F || !F->getValueType() || !F->getValueType()->isFunctionTy()) in classifyEHPersonality()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp92 if (I->getValueType()->isFunctionTy()) in CloneModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h118 assert(functionPtr->getType()->getPointerElementType()->isFunctionTy()); in CGCallee()
H A DCodeGenTypes.cpp646 unsigned AS = PointeeType->isFunctionTy() in ConvertType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h219 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1082 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
2135 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1022 if (GV.getValueType()->isFunctionTy()) in convertToDeclaration()
H A DAttributor.cpp1123 CE->getType()->getPointerElementType()->isFunctionTy()) { in checkForAllCallSites()
H A DAttributorAttributes.cpp4331 if (!V.getType()->getPointerElementType()->isFunctionTy()) in initialize()
5311 V.getType()->getPointerElementType()->isFunctionTy() && in initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp991 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) { in parseIndirectSymbol()
1121 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in parseGlobal()
3282 if (!GV->getValueType()->isFunctionTy()) in parseValID()
5258 if (Ty->isFunctionTy()) in convertValIDToValue()
5589 if (!FwdFn->getType()->getPointerElementType()->isFunctionTy()) in parseFunctionHeader()
7097 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in parseAlloc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1394 if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) { in Interpret()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp708 else if (SGV->getValueType()->isFunctionTy()) in copyGlobalValueProto()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1616 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol()
1623 CE->getOperand(0)->getType()->getPointerElementType()->isFunctionTy(); in emitGlobalIndirectSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp254 if (GV->getValueType()->isFunctionTy()) in getGlobalAddressWrapper()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1553 if (GV->getValueType()->isFunctionTy()) { in LowerGlobalAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2426 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5017 return (GV->getValueType()->isFunctionTy() || in shouldEmitGOTReloc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5079 return G->getGlobal()->getValueType()->isFunctionTy(); in isFunctionGlobalAddress()