Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp322 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
496 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
582 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
649 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
DGlobals.cpp315 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
335 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
DMangler.cpp208 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobalCOFF()
/external/llvm/lib/IR/
DType.cpp316 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
532 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
622 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
695 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp101 MO.getGlobal()->getValueType()->isFunctionTy()); in Lower()
DWebAssemblyAsmPrinter.cpp267 if (GV->getValueType()->isFunctionTy()) in lowerConstant()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp362 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
545 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy(); in isValidElementType()
639 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy(); in isValidElementType()
DAsmWriter.cpp1810 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) { in printInstruction()
1860 !cast<PointerType>(RetTy)->getElementType()->isFunctionTy())) { in printInstruction()
DVerifier.cpp1110 Assert1(FPTy->getElementType()->isFunctionTy(), in VerifyCallSite()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp83 if (I->getValueType()->isFunctionTy()) in CloneModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp92 if (I->getValueType()->isFunctionTy()) in CloneModule()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h173 bool isFunctionTy() const { return ID == FunctionTyID; } in isFunctionTy() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp218 MO.getGlobal()->getValueType()->isFunctionTy()); in Lower()
DWebAssemblyAsmPrinter.cpp222 if (GV->getValueType()->isFunctionTy()) { in lowerConstant()
/external/llvm/include/llvm/IR/
DType.h202 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h204 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h215 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp430 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
1092 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobal()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h464 if (Ty->isFunctionTy()) in emitPartition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp628 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
1556 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h641 if (Ty->isFunctionTy()) in emitPartition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp758 if (GV.getValueType()->isFunctionTy()) in convertToDeclaration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp657 else if (SGV->getValueType()->isFunctionTy()) in copyGlobalValueProto()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp882 return GV.getValueType()->isFunctionTy() ? 't' : 'd'; in getSymbolNMTypeChar()
/external/llvm/lib/AsmParser/
DLLParser.cpp756 if (!IsAlias && !PTy->getElementType()->isFunctionTy()) in parseIndirectSymbol()
867 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseGlobal()
4383 if (Ty->isFunctionTy()) in ConvertValIDToValue()
5970 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty)) in ParseAlloc()

12