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

  /external/llvm/include/llvm/IR/
Type.h 70 PointerTyID, ///< 14: Pointers
218 bool isPointerTy() const { return getTypeID() == PointerTyID; }
259 getTypeID() == IntegerTyID || getTypeID() == PointerTyID ||
279 getTypeID() == PointerTyID ||
434 return Ty.getTypeID() == Type::PointerTyID;
DerivedTypes.h 161 T->getTypeID() == PointerTyID ||
324 T->getTypeID() == PointerTyID ||
449 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 276 case Type::PointerTyID:
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 486 case Type::PointerTyID:
528 case Type::PointerTyID:
  /external/llvm/lib/IR/
DataLayout.cpp 518 case Type::PointerTyID: {
572 case Type::PointerTyID: {
ValueTypes.cpp 253 case Type::PointerTyID: return MVT(MVT::iPTR);
Type.cpp 751 : SequentialType(PointerTyID, E) {
AsmWriter.cpp 262 case Type::PointerTyID: {
    [all...]
Constants.cpp 137 case Type::PointerTyID:
    [all...]
Core.cpp 189 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 682 case Type::PointerTyID:
815 case Type::PointerTyID:
881 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 205 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 190 case Type::PointerTyID: return "ptr_";
397 case Type::PointerTyID: prefix = "PointerTy_"; break;
642 case Type::PointerTyID: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 235 case Type::PointerTyID: {
GlobalOpt.cpp 325 case Type::PointerTyID: return true;
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 294 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 318 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 324 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 264 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 274 case Type::PointerTyID: {
    [all...]

Completed in 392 milliseconds