| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSubtarget.cpp | 121 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 186 bool isFunctionTy() const { return LLVMTy->isFunctionTy(); } in isFunctionTy() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | EHPersonalities.cpp | 26 if (!F || !F->getValueType() || !F->getValueType()->isFunctionTy()) in classifyEHPersonality()
|
| H A D | Type.cpp | 402 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType() 708 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType() 770 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType() 885 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
|
| H A D | Mangler.cpp | 251 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobalCOFF()
|
| H A D | Globals.cpp | 473 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 96 if (I.getValueType()->isFunctionTy()) in CloneModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 255 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 515 if (isWindowsArm64EC() && GV->getValueType()->isFunctionTy()) { in classifyGlobalFunctionReference()
|
| H A D | AArch64Arm64ECCallLowering.cpp | 808 if (PersFn->getValueType() && PersFn->getValueType()->isFunctionTy()) { in runOnModule()
|
| H A D | AArch64AsmPrinter.cpp | 2441 unsigned AuthOpcode = GAOp.getGlobal()->getValueType()->isFunctionTy() in LowerMOVaddrPAC() 2574 unsigned AuthOpcode = GAMO.getGlobal()->getValueType()->isFunctionTy() in LowerLOADgotAUTH()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 636 else if (SGV->getValueType()->isFunctionTy()) in copyGlobalValueProto()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1643 if (GV.getValueType()->isFunctionTy()) in convertToDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 288 if (!GV->getValueType()->isFunctionTy()) in validateEndOfModule() 1380 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in parseGlobal() 4192 if (!GV->getValueType()->isFunctionTy()) in parseValID() 6384 if (Ty->isFunctionTy()) in convertValIDToValue() 8425 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in parseAlloc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 220 if (GV->getValueType()->isFunctionTy()) in getGlobalAddressWrapper()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2246 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2012 if (GV->getValueType()->isFunctionTy()) { in LowerGlobalAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 3273 if (CurTy->isVoidTy() || CurTy->isFunctionTy() || CurTy->isLabelTy()) in parseConstants()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 6889 return (GV->getValueType()->isFunctionTy() || in shouldEmitGOTReloc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5354 return GV->getValueType()->isFunctionTy(); in isFunctionGlobalAddress()
|