HomeSort by relevance Sort by last modified time
    Searched defs:IsIndirect (Results 1 - 13 of 13) sorted by null

  /external/lldb/source/Symbol/
Symbol.cpp 192 Symbol::IsIndirect () const
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 48 bool IsIndirect;
57 unsigned O) : mdPtr(mdP), IsIndirect(indir),
68 mdPtr(mdP), IsIndirect(false), Offset(off), DL(dl), Order(O),
76 mdPtr(mdP), IsIndirect(false), Offset(off), DL(dl), Order(O),
101 bool isIndirect() { return IsIndirect; }
FastISel.cpp 793 bool IsIndirect = DI->getOffset() != 0;
794 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, II, IsIndirect,
    [all...]
SelectionDAGISel.cpp 494 bool IsIndirect = MI->isIndirectDebugValue();
495 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
499 IsIndirect,
521 IsIndirect,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 46 IsIndirect(true), SpecialID(0) {}
53 bool IsIndirect;
73 bool IsIndirect(Value *Val, std::set<Value*> &Visited);
75 void Propagate(Value *V, const Twine &Name, bool IsIndirect = true);
139 bool R600KernelParameters::IsIndirect(Value *Val, std::set<Value*> &Visited) {
173 if (IsIndirect(V2, Visited)) {
192 P.IsIndirect = IsIndirect(P.Val, Visited);
240 Propagate(I->PtrVal, I->Val->getName(), I->IsIndirect);
245 void R600KernelParameters::Propagate(Value* V, const Twine& Name, bool IsIndirect) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 46 IsIndirect(true), SpecialID(0) {}
53 bool IsIndirect;
73 bool IsIndirect(Value *Val, std::set<Value*> &Visited);
75 void Propagate(Value *V, const Twine &Name, bool IsIndirect = true);
139 bool R600KernelParameters::IsIndirect(Value *Val, std::set<Value*> &Visited) {
173 if (IsIndirect(V2, Visited)) {
192 P.IsIndirect = IsIndirect(P.Val, Visited);
240 Propagate(I->PtrVal, I->Val->getName(), I->IsIndirect);
245 void R600KernelParameters::Propagate(Value* V, const Twine& Name, bool IsIndirect) {
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 114 bool IsIndirect; ///< true if this is a register-indirect+offset value.
144 : variable(var), offset(o), IsIndirect(i), dl(L), leader(this),
161 return Var == variable && Offset == offset && indirect == IsIndirect;
310 bool IsIndirect, DebugLoc DL);
425 bool IsIndirect, DebugLoc DL) {
431 if (UV->match(Var, Offset, IsIndirect))
436 make_unique<UserValue>(Var, Offset, IsIndirect, DL, allocator));
464 bool IsIndirect = MI->isIndirectDebugValue();
465 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
468 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc())
    [all...]
RegAllocFast.cpp 302 bool IsIndirect = DBG->isIndirectDebugValue();
303 uint64_t Offset = IsIndirect ? DBG->getOperand(1).getImm() : 0;
863 bool IsIndirect = MI->isIndirectDebugValue();
864 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
    [all...]
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 799 bool IsIndirect = (TargetFlags & ARMII::MO_NONLAZY) &&
802 if (!IsIndirect)
820 bool IsIndirect = (TargetFlags & ARMII::MO_DLLIMPORT);
821 if (!IsIndirect)
    [all...]
ARMFastISel.cpp 580 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
649 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD;
662 if (IsIndirect) {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 962 } else if (FI.getReturnInfo().isIndirect()) {
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h 398 bool StringShape::IsIndirect() {
    [all...]

Completed in 485 milliseconds