/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 | 111 bool IsIndirect; ///< true if this is a register-indirect+offset value. 140 : variable(var), offset(o), IsIndirect(i), dl(L), leader(this), 305 bool IsIndirect, DebugLoc DL); 420 bool IsIndirect, DebugLoc DL) { 430 UserValue *UV = new UserValue(Var, Offset, IsIndirect, DL, allocator); 458 bool IsIndirect = MI->getOperand(1).isImm(); 459 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0; 461 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc()); [all...] |
RegAllocFast.cpp | 301 bool IsIndirect = DBG->getOperand(1).isImm(); // Register-indirect value? 302 uint64_t Offset = IsIndirect ? DBG->getOperand(1).getImm() : 0; 859 bool IsIndirect = MI->getOperand(1).isImm(); 860 uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0; [all...] |
InlineSpiller.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 650 bool IsIndirect = DI->getAddress()->getType()->isPointerTy() 651 ^ DIVar.isIndirect(); 655 IsIndirect, Op->getReg(), Offset, DI->getVariable()); 691 bool IsIndirect = DI->getOffset() != 0; 692 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, II, IsIndirect, [all...] |
SelectionDAGISel.cpp | 425 bool IsIndirect = MI->getOperand(1).isImm(); 426 unsigned Offset = IsIndirect ? MI->getOperand(1).getImm() : 0; 430 IsIndirect, 451 IsIndirect, [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 626 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM); 695 unsigned Opc = IsIndirect ? ARM::PICLDR : ARM::PICADD; 708 if (IsIndirect) { [all...] |
/external/v8/src/ |
objects-inl.h | 362 bool StringShape::IsIndirect() { [all...] |
/external/chromium_org/v8/src/ |
objects-inl.h | 369 bool StringShape::IsIndirect() { [all...] |