Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp90 if (GV->getPointerAlignment(DL) == 1 && !GV->getValueType()->isFunctionTy()) in isPC32DBLSymbol()
/external/llvm-project/llvm/lib/IR/
DType.cpp342 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
523 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
585 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
691 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
DGlobals.cpp342 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
366 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
DMangler.cpp235 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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp332 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() && in isValidReturnType()
515 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
603 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() && in isValidElementType()
669 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy(); in isLoadableOrStorableType()
DGlobals.cpp345 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
365 assert(!Ty->isFunctionTy() && PointerType::isValidElementType(Ty) && in GlobalVariable()
DMangler.cpp207 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobalCOFF()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp101 MO.getGlobal()->getValueType()->isFunctionTy()); in Lower()
DWebAssemblyAsmPrinter.cpp267 if (GV->getValueType()->isFunctionTy()) in lowerConstant()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp83 if (I->getValueType()->isFunctionTy()) in CloneModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp92 if (I->getValueType()->isFunctionTy()) in CloneModule()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCloneModule.cpp92 if (I->getValueType()->isFunctionTy()) in CloneModule()
/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-10.0/llvm/include/llvm/IR/
DType.h215 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/external/llvm-project/llvm/include/llvm/IR/
DType.h216 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy() function
/external/llvm-project/clang/lib/CodeGen/
DCGCall.h117 assert(functionPtr->getType()->getPointerElementType()->isFunctionTy()); in CGCallee()
DCodeGenTypes.cpp637 unsigned AS = PointeeType->isFunctionTy() in ConvertType()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp430 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
1092 if (!GV->getValueType()->isFunctionTy()) { in emitLinkerFlagsForGlobal()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h122 bool isFunctionTy();
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp130 bool LLVMType::isFunctionTy() { return isa<LLVMFunctionType>(); } in isFunctionTy() function in LLVMType
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h464 if (Ty->isFunctionTy()) in emitPartition()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h667 if (Ty->isFunctionTy()) in emitPartition()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp809 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()
1789 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy()) in lowerRelativeReference()

123