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

1 2

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gk110.cpp     [all...]
nv50_ir_inlines.h 160 const ValueRef *ValueRef::getIndirect(int dim) const
244 Value *Instruction::getIndirect(int s, int dim) const
nv50_ir_lowering_nvc0.cpp     [all...]
nv50_ir_print.cpp 670 getIndirect(s, 0),
671 getIndirect(s, 1));
nv50_ir_emit_nv50.cpp 408 int reg = i->src(0).getIndirect(0)->rep()->reg.data.id;
504 if (i->getIndirect(0, 0)) {
505 assert(!i->srcExists(1) || !i->getIndirect(1, 0));
506 assert(!i->srcExists(2) || !i->getIndirect(2, 0));
508 } else if (i->srcExists(1) && i->getIndirect(1, 0)) {
509 assert(!i->srcExists(2) || !i->getIndirect(2, 0));
533 if (i->getIndirect(0, 0)) {
534 assert(!i->getIndirect(1, 0));
683 srcId(*i->src(0).getIndirect(0), 9);
741 srcId(*i->src(0).getIndirect(0), 9)
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]
nv50_ir_from_tgsi.cpp 109 SrcRegister getIndirect(int dim) const
158 SrcRegister getIndirect(int dim) const
    [all...]
nv50_ir_lowering_nv50.cpp     [all...]
nv50_ir_emit_gm107.cpp 292 emitGPR(gpr, ref.getIndirect(0));
307 emitGPR(gpr, ref.getIndirect(0));
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
CGFunctionInfo.h 151 static ABIArgInfo getIndirect(CharUnits Alignment, bool ByVal = true,
164 auto AI = getIndirect(Alignment, ByVal, Realign);
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 759 return ABIArgInfo::getIndirect(alignmentForIndirect, /*byval*/ false);
774 return ABIArgInfo::getIndirect(layout.getAlignment(), /*byval*/ false);

Completed in 1061 milliseconds

1 2