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

  /external/llvm/include/llvm/
Type.h 68 PointerTyID, ///< 14: Pointers
204 bool isPointerTy() const { return getTypeID() == PointerTyID; }
240 getTypeID() == IntegerTyID || getTypeID() == PointerTyID ||
260 getTypeID() == PointerTyID ||
415 return Ty.getTypeID() == Type::PointerTyID;
DerivedTypes.h 163 T->getTypeID() == PointerTyID ||
328 T->getTypeID() == PointerTyID ||
456 return T->getTypeID() == PointerTyID;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 77 case Type::PointerTyID: return 'P';
125 case Type::PointerTyID: return &ffi_type_pointer;
169 case Type::PointerTyID: {
237 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break;
Execution.cpp 122 case Type::PointerTyID: \
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 211 case Type::PointerTyID:
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 481 case Type::PointerTyID:
522 case Type::PointerTyID:
  /external/llvm/lib/Target/
TargetData.cpp 469 case Type::PointerTyID:
518 case Type::PointerTyID:
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 679 case Type::PointerTyID:
807 case Type::PointerTyID:
873 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/VMCore/
ValueTypes.cpp 213 case Type::PointerTyID: return MVT(MVT::iPTR);
Type.cpp 763 : SequentialType(PointerTyID, E) {
AsmWriter.cpp 237 case Type::PointerTyID: {
    [all...]
Constants.cpp 112 case Type::PointerTyID:
    [all...]
Core.cpp 163 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 98 case Type::PointerTyID:
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 189 case Type::PointerTyID: return "ptr_";
376 case Type::PointerTyID: prefix = "PointerTy_"; break;
609 case Type::PointerTyID: {
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 235 case Type::PointerTyID: {
  /external/llvm/lib/Linker/
LinkModules.cpp 292 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 284 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 337 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 276 case Type::PointerTyID: {
    [all...]

Completed in 384 milliseconds