HomeSort by relevance Sort by last modified time
    Searched refs:tri (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Splitter.h 59 const TargetRegisterInfo *tri; member in class:llvm::LoopSplitter
RegAllocPBQP.cpp 129 const TargetRegisterInfo *tri; member in class:__anon35974::RegAllocPBQP
200 const TargetRegisterInfo *tri = mf->getTarget().getRegisterInfo(); local
215 BitVector reservedRegs = tri->getReservedRegs(*mf);
259 const unsigned *aliasItr = tri->getAliasSet(preg);
303 addInterferenceCosts(g.getEdgeCosts(edge), vr1Allowed, vr2Allowed, tri);
320 const TargetRegisterInfo *tri) {
330 if (tri->regsOverlap(preg1, preg2)) {
533 DEBUG(dbgs() << "VREG " << vreg << " -> " << tri->getName(preg) << "\n");
643 tri = tm->getRegisterInfo();
BranchFolding.h 30 const TargetRegisterInfo *tri,
91 const TargetRegisterInfo *TRI;
InterferenceCache.cpp 27 const TargetRegisterInfo *tri) {
30 TRI = tri;
31 PhysRegEntries.assign(TRI->getNumRegs(), 0);
39 if (!Entries[E].valid(LIUArray, TRI))
54 Entries[E].reset(PhysReg, LIUArray, TRI, MF);
73 const TargetRegisterInfo *TRI,
81 for (const unsigned *AS = TRI->getOverlaps(PhysReg); *AS; ++AS) {
95 const TargetRegisterInfo *TRI) {
97 for (const unsigned *AS = TRI->getOverlaps(PhysReg); *AS; ++AS, ++i)
    [all...]
LiveRangeEdit.cpp 148 const TargetRegisterInfo &tri,
151 tii.reMaterialize(MBB, MI, DestReg, 0, RM.OrigMI, tri);
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 394 bool tri = fx + fy <= 1.0f;
395 float tx = tri ? fx : (1.0f-fx);
396 float ty = tri ? fy : (1.0f-fy);
397 const Vec4& t0 = tri ? v00 : v11;
398 const Vec4& t1 = tri ? v01 : v10;
399 const Vec4& t2 = tri ? v10 : v01;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 192 const struct lp_rast_triangle *tri = arg.triangle.tri; local
194 const struct lp_rast_plane *tri_plane = GET_PLANES(tri);
201 if (tri->inputs.disable) {
lp_setup_context.h 219 struct lp_rast_triangle *tri,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegAllocPBQP.h 138 const TargetRegisterInfo *tri);
  /external/toybox/kconfig/
lkc.h 117 return sym->curr.tri;
expr.h 54 tristate tri; member in struct:expr_value
59 tristate tri; member in struct:symbol_value
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 195 stage->next->tri(stage->next, header);
246 stipple->stage.tri = stipple_reset_tri;
draw_pipe_validate.c 284 pipeline->tri( pipeline, header );
337 stage->tri = validate_tri;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_feedback.c 191 fs->stage.tri = feedback_tri;
264 fs->stage.tri = select_tri;
  /external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp 241 Triangle tri; local
242 tri.p1 = tcu::Vec4(((float)i + 1.0f / (float)(i + 1)) / 20.0f, 0.0f, 0.0f, 1.0f);
243 tri.p2 = tcu::Vec4(((float)i + 0.3f + 1.0f / (float)(i + 1)) / 20.0f, 0.0f, 0.0f, 1.0f);
244 tri.p3 = tcu::Vec4(((float)i + 1.0f / (float)(i + 1)) / 20.0f, -1.0f, 0.0f, 1.0f);
245 m_testTriangles.push_back(tri);
250 Triangle tri; local
251 tri.p1 = tcu::Vec4(-1.0f, ((float)i + 1.0f / (float)(i + 1)) / 20.0f, 0.0f, 1.0f);
252 tri.p2 = tcu::Vec4(-1.0f, ((float)i + 0.3f + 1.0f / (float)(i + 1)) / 20.0f, 0.0f, 1.0f);
253 tri.p3 = tcu::Vec4( 0.0f, ((float)i + 1.0f / (float)(i + 1)) / 20.0f, 0.0f, 1.0f);
254 m_testTriangles.push_back(tri);
263 Triangle tri; local
270 Triangle tri; local
    [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.h 37 const TargetRegisterInfo *tri, MachineModuleInfo *mmi,
103 const TargetRegisterInfo *TRI;
InterferenceCache.cpp 36 if (PhysRegEntriesCount == TRI->getNumRegs()) return;
38 PhysRegEntriesCount = TRI->getNumRegs();
47 const TargetRegisterInfo *tri) {
50 TRI = tri;
59 if (!Entries[E].valid(LIUArray, TRI))
60 Entries[E].revalidate(LIUArray, TRI);
74 Entries[E].reset(PhysReg, LIUArray, TRI, MF);
83 const TargetRegisterInfo *TRI) {
89 for (MCRegUnitIterator Units(PhysReg, TRI); Units.isValid(); ++Units, ++i
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py 129 def tri( intype, outtype, ptr, v0, v1, v2 ): function
159 tri( intype, outtype, ptr, v0, v1, v2 )
162 tri( intype, outtype, ptr, v1, v2, v0 )
164 tri( intype, outtype, ptr, v2, v0, v1 )
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_emit.c 219 setup->stage.tri = setup_tri;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_raster.h 179 struct ilo_state_raster_tri_info tri; member in struct:ilo_state_raster_info
  /external/eigen/Eigen/src/Core/
SolveTriangular.h 209 triangular_solve_retval(const TriangularType& tri, const Rhs& rhs)
210 : m_triangularMatrix(tri), m_rhs(rhs)
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 689 /// Prints virtual and physical registers with or without a TRI instance.
694 /// %vreg5:sub_8bit - a virtual register with sub-register index (with TRI).
696 /// %physreg17 - a physical register when no TRI instance given.
698 /// Usage: OS << PrintReg(Reg, TRI) << '\n';
701 const TargetRegisterInfo *TRI;
705 PrintReg(unsigned reg, const TargetRegisterInfo *tri = 0, unsigned subidx = 0)
706 : TRI(tri), Reg(reg), SubIdx(subidx) {}
  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.cpp 762 bool tri = fx1 + fy1 <= 1.0f; local
763 float tx = tri ? fx1 : (1.0f - fx1);
764 float ty = tri ? fy1 : (1.0f - fy1);
765 const Vec4& t0 = tri ? c00 : c11;
766 const Vec4& t1 = tri ? c01 : c10;
767 const Vec4& t2 = tri ? c10 : c01;
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 555 bool tri = fx + fy <= 1.0f;
556 float tx = tri ? fx : (1.0f-fx);
557 float ty = tri ? fy : (1.0f-fy);
558 const Vec4& t0 = tri ? v00 : v11;
559 const Vec4& t1 = tri ? v01 : v10;
560 const Vec4& t2 = tri ? v10 : v01;
glsShaderRenderCase.cpp 709 bool tri = fx1 + fy1 <= 1.0f; local
710 float tx = tri ? fx1 : (1.0f-fx1);
711 float ty = tri ? fy1 : (1.0f-fy1);
712 const Vec4& t0 = tri ? c00 : c11;
713 const Vec4& t1 = tri ? c01 : c10;
714 const Vec4& t2 = tri ? c10 : c01;

Completed in 1311 milliseconds

1 23 4 5