HomeSort by relevance Sort by last modified time
    Searched full:usei (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 180 Instruction *usei, const Instruction *insn)
185 if (insnDominatedBy(usei, it->insn)) {
189 if (insnDominatedBy(it->insn, usei))
195 uses.push_back(TexUse(usei, insn));
238 Instruction *usei = (*u)->getInsn(); local
240 if (usei->op == OP_PHI || usei->op == OP_UNION) {
242 for (int s = 0; usei->srcExists(s); ++s) {
243 Instruction *defi = usei->getSrc(s)->getUniqueInsn();
244 if (defi && &usei->src(s) != *u
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 180 Instruction *usei, const Instruction *insn)
185 if (insnDominatedBy(usei, it->insn)) {
189 if (insnDominatedBy(it->insn, usei))
195 uses.push_back(TexUse(usei, insn));
238 Instruction *usei = (*u)->getInsn(); local
240 if (usei->op == OP_PHI || usei->op == OP_UNION) {
242 for (int s = 0; usei->srcExists(s); ++s) {
243 Instruction *defi = usei->getSrc(s)->getUniqueInsn();
244 if (defi && &usei->src(s) != *u
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 284 LValue *unspill(Instruction *usei, LValue *, Value *slot);
1496 Instruction *usei = u->getInsn(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 284 LValue *unspill(Instruction *usei, LValue *, Value *slot);
1496 Instruction *usei = u->getInsn(); local
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 181 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE;
182 UseI = UseSlots.begin();
196 if (UseI == UseE || *UseI >= Stop) {
205 BI.FirstInstr = *UseI;
207 do ++UseI;
208 while (UseI != UseE && *UseI < Stop);
209 BI.LastInstr = UseI[-1];
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 231 milliseconds