HomeSort by relevance Sort by last modified time
    Searched refs:PtrInfo (Results 26 - 50 of 60) sorted by null

12 3

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
MachineFunction.h 532 MachineMemOperand *getMachineMemOperand(MachinePointerInfo PtrInfo,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
MachineFunction.h 642 MachinePointerInfo PtrInfo, MachineMemOperand::Flags f, uint64_t s,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
MachineFunction.h 642 MachinePointerInfo PtrInfo, MachineMemOperand::Flags f, uint64_t s,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
MachineFunction.h 642 MachinePointerInfo PtrInfo, MachineMemOperand::Flags f, uint64_t s,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
MachineFunction.h 642 MachinePointerInfo PtrInfo, MachineMemOperand::Flags f, uint64_t s,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
MachineFunction.h 642 MachinePointerInfo PtrInfo, MachineMemOperand::Flags f, uint64_t s,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 198 MachineFunction::getMachineMemOperand(MachinePointerInfo PtrInfo, unsigned f,
201 return new (Allocator) MachineMemOperand(PtrInfo, f, s, base_alignment,
MachineInstr.cpp 365 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f,
368 : PtrInfo(ptrinfo), Size(s),
371 assert((PtrInfo.V == 0 || isa<PointerType>(PtrInfo.V->getType())) &&
398 PtrInfo = MMO->PtrInfo;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 376 MachineMemOperand *getMachineMemOperand(MachinePointerInfo PtrInfo,
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 192 typedef DenseMapInfo<Instruction *> PtrInfo;
195 return {PtrInfo::getEmptyKey(), 0, 0, 0};
198 return {PtrInfo::getTombstoneKey(), 0, 0, 0};
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 500 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, Flags f,
504 : PtrInfo(ptrinfo), Size(s), FlagVals(f), BaseAlignLog2(Log2_32(a) + 1),
506 assert((PtrInfo.V.isNull() || PtrInfo.V.is<const PseudoSourceValue*>() ||
507 isa<PointerType>(PtrInfo.V.get<const Value*>()->getType())) &&
534 PtrInfo = MMO->PtrInfo;
    [all...]
MachineFunction.cpp 298 MachineFunction::getMachineMemOperand(MachinePointerInfo PtrInfo, unsigned f,
305 MachineMemOperand(PtrInfo, static_cast<MachineMemOperand::Flags>(f), s,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]

Completed in 4256 milliseconds

12 3