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

1 2

  /external/llvm/include/llvm/IR/
Type.h 73 PointerTyID, ///< 14: Pointers
217 bool isPointerTy() const { return getTypeID() == PointerTyID; }
271 getTypeID() == PointerTyID ||
434 return Ty.getTypeID() == Type::PointerTyID;
DerivedTypes.h 161 T->getTypeID() == PointerTyID ||
324 T->getTypeID() == PointerTyID ||
469 return T->getTypeID() == PointerTyID;
DataLayout.h 527 case Type::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 132 case Type::PointerTyID: \
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 334 case Type::PointerTyID:
376 case Type::PointerTyID:
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 753 case Type::PointerTyID:
886 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 263 case Type::PointerTyID: return MVT(MVT::iPTR);
DataLayout.cpp 639 case Type::PointerTyID: {
Type.cpp 744 : SequentialType(PointerTyID, E) {
AsmWriter.cpp 245 case Type::PointerTyID: {
    [all...]
Constants.cpp 156 case Type::PointerTyID:
    [all...]
Core.cpp 257 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 524 case Type::PointerTyID:
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 203 case Type::PointerTyID:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 203 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 192 case Type::PointerTyID: return "ptr_";
404 case Type::PointerTyID: prefix = "PointerTy_"; break;
651 case Type::PointerTyID: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 653 case Type::PointerTyID: {
    [all...]
GlobalOpt.cpp 125 case Type::PointerTyID: return true;
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 297 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 406 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 328 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 268 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 274 case Type::PointerTyID: {
    [all...]

Completed in 457 milliseconds

1 2