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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMCodeGenPrepare.cpp 12 /// promoted during legalization. Here we can manually promote types or insert
146 /// Return true if V will require any promoted values to be truncated for the
185 /// Return whether the instruction can be promoted within any modifications to
252 // truncated, then we don't care about the promoted result.
289 SmallPtrSet<Value*, 8> Promoted;
366 Promoted.insert(V);
395 Promoted.insert(I);
407 Promoted.insert(ZExt);
424 // Fix up any stores or returns that use the results of the promoted
439 if (Promoted.count(V) || NewInsts.count(V))
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c 400 BOOLEAN Promoted;
406 Promoted = FALSE;
440 Promoted = TRUE;
448 return Promoted;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 20 // type i8 which must be promoted.
148 /// It is promoted to a larger integer type. The result is then
505 // INT_TO_FP operations may require the input operand be promoted even
530 // promoted vector type has the same overall size.
545 SDValue Promoted = DAG.getNode(NewOpc, dl, NVT, Op.getOperand(0));
550 Promoted = DAG.getNode(Op->getOpcode() == ISD::FP_TO_UINT ? ISD::AssertZext
552 dl, NVT, Promoted,
554 return DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted);
777 // Notice that the operation may be 'promoted' which means that it is
    [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 224 // otherwise just use the promoted result type (NVT).
264 // The input promotes to the same size. Convert the promoted value.
271 // Convert the promoted float by hand.
364 // Zero extend to the promoted type and do the count there.
378 // Zero extend to the promoted type and do the count there.
389 // The count is the same in the promoted type except if the original
596 // If we got back a type that needs to be promoted, this likely means the
597 // the input type also needs to be promoted. So get the promoted type for
604 // Input type isn't promoted, just use the default promoted type
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 100 "atomic-counter-update-promoted", cl::ZeroOrMore,
102 " for promoted counters only"),
131 "the promotion will be disallowed unless the promoted counter "
132 " update can be further/iteratively promoted into an acyclic "
196 // automic update currently can only be promoted across the current
201 LoadInst *OldVal = Builder.CreateLoad(Addr, "pgocount.promoted");
254 unsigned Promoted = 0;
265 Promoted++;
266 if (Promoted >= MaxProm)
274 LLVM_DEBUG(dbgs() << Promoted << " counters promoted for loop (depth=
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LICM.cpp 80 STATISTIC(NumPromoted, "Number of memory locations promoted to registers");
308 bool Promoted = false;
327 Promoted |= promoteLoopAccessesToScalars(PointerMustAliases, ExitBlocks,
332 // Once we have promoted values across the loop body we have to
338 if (Promoted)
341 Changed |= Promoted;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 220 // otherwise just use the promoted result type (NVT).
262 // The input promotes to the same size. Convert the promoted value.
269 // Convert the promoted float by hand.
374 // Zero extend to the promoted type and do the count there.
388 // Zero extend to the promoted type and do the count there.
399 // The count is the same in the promoted type except if the original
600 // otherwise just use the promoted result type (NVT).
714 "Promoted vector type must be a power of two");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp 160 cl::desc("Disable ext(promotable(ld)) -> promoted(ext(ld)) optimization in "
165 cl::desc("Stress test ext(promotable(ld)) -> promoted(ext(ld)) "
232 // information of a promoted instruction invalid.
292 /// Keep track of SExt promoted.
    [all...]

Completed in 396 milliseconds