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

  /external/llvm/include/llvm/
Type.h 65 PointerTyID, ///< 13: Pointers
185 bool isPointerTy() const { return ID == PointerTyID; }
221 ID == IntegerTyID || ID == PointerTyID || ID == VectorTyID;
239 if (ID == IntegerTyID || isFloatingPointTy() || ID == PointerTyID ||
363 return Ty.getTypeID() == Type::PointerTyID;
DerivedTypes.h 163 T->getTypeID() == PointerTyID ||
306 T->getTypeID() == PointerTyID ||
432 return T->getTypeID() == PointerTyID;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 77 case Type::PointerTyID: return 'P';
124 case Type::PointerTyID: return &ffi_type_pointer;
168 case Type::PointerTyID: {
236 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break;
Execution.cpp 122 case Type::PointerTyID: \
    [all...]
  /external/llvm/lib/Target/
TargetData.cpp 396 case Type::PointerTyID:
445 case Type::PointerTyID:
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 214 case Type::PointerTyID:
  /external/llvm/lib/VMCore/
ValueTypes.cpp 205 case Type::PointerTyID: return MVT(MVT::iPTR);
Type.cpp 675 : SequentialType(PointerTyID, E) {
AsmWriter.cpp 237 case Type::PointerTyID: {
    [all...]
Constants.cpp 85 case Type::PointerTyID:
    [all...]
Core.cpp 161 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 480 case Type::PointerTyID:
521 case Type::PointerTyID:
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 672 case Type::PointerTyID:
800 case Type::PointerTyID:
866 case Type::PointerTyID:
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 346 case llvm::Type::PointerTyID: {
555 case llvm::Type::PointerTyID: {
646 case llvm::Type::PointerTyID: {
    [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 132 case Type::PointerTyID:
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 198 case Type::PointerTyID: return "ptr_";
375 case Type::PointerTyID: prefix = "PointerTy_"; break;
591 case Type::PointerTyID: {
    [all...]
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 508 } else if (CV->getType()->getTypeID() == Type::PointerTyID) {
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 259 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 235 case Type::PointerTyID: {
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 535 case Type::PointerTyID: {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 239 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 330 case Type::PointerTyID: {
    [all...]

Completed in 1003 milliseconds