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

  /external/llvm/include/llvm/IR/
Type.h 73 PointerTyID, ///< 15: Pointers
210 bool isPointerTy() const { return getTypeID() == PointerTyID; }
264 getTypeID() == PointerTyID ||
431 return Ty.getTypeID() == Type::PointerTyID;
DerivedTypes.h 165 T->getTypeID() == PointerTyID ||
323 T->getTypeID() == PointerTyID ||
472 return T->getTypeID() == PointerTyID;
DataLayout.h 517 case Type::PointerTyID:
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 119 case Type::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: {
235 case Type::PointerTyID: Result.PointerVal = *(void **) ret.data(); break;
Execution.cpp 133 case Type::PointerTyID: \
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 775 case Type::PointerTyID:
907 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 292 case Type::PointerTyID: return MVT(MVT::iPTR);
DataLayout.cpp 635 case Type::PointerTyID: {
Type.cpp 748 : SequentialType(PointerTyID, E) {
AsmWriter.cpp 505 case Type::PointerTyID: {
    [all...]
Constants.cpp 219 case Type::PointerTyID:
    [all...]
Core.cpp 259 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 570 case Type::PointerTyID:
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 203 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 195 case Type::PointerTyID: return "ptr_";
407 case Type::PointerTyID: prefix = "PointerTy_"; break;
655 case Type::PointerTyID: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 295 case Type::PointerTyID:
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
GlobalOpt.cpp 131 case Type::PointerTyID: return true;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 281 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 266 case Type::PointerTyID: {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 269 case Type::PointerTyID: {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 424 case Type::PointerTyID: {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 995 milliseconds