HomeSort by relevance Sort by last modified time
    Searched refs:isFunctionTy (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 101 MO.getGlobal()->getValueType()->isFunctionTy());
WebAssemblyAsmPrinter.cpp 267 if (GV->getValueType()->isFunctionTy())
  /external/llvm/lib/IR/
Type.cpp 316 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
532 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() &&
622 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy() &&
695 return isValidElementType(ElemTy) && !ElemTy->isFunctionTy();
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 83 if (I->getValueType()->isFunctionTy())
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 171 /// isFunctionTy - True if this is an instance of FunctionType.
173 bool isFunctionTy() const { return ID == FunctionTyID; }
  /external/llvm/include/llvm/IR/
Type.h 202 bool isFunctionTy() const { return getTypeID() == FunctionTyID; }
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 362 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
545 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
639 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 430 if (!LHS->hasGlobalUnnamedAddr() || !LHS->getValueType()->isFunctionTy())
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 464 if (Ty->isFunctionTy())
  /external/llvm/lib/AsmParser/
LLParser.cpp 756 if (!IsAlias && !PTy->getElementType()->isFunctionTy())
867 if (Ty->isFunctionTy() || !PointerType::isValidElementType(Ty))
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 882 return GV.getValueType()->isFunctionTy() ? 't' : 'd';
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 676 if (Ty->isFunctionTy() || Ty->isLabelTy())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 257 if (GV->getValueType()->isFunctionTy())
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 464 assert(!ET->isFunctionTy() && "Function pointer type is not allowed");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 321 milliseconds