HomeSort by relevance Sort by last modified time
    Searched refs:WI (Results 1 - 13 of 13) sorted by null

  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 294 for (std::vector<CodeGenSchedRW>::iterator WI = SchedWrites.begin(),
295 WE = SchedWrites.end(); WI != WE; ++WI) {
296 if (!WI->IsSequence)
298 findRWs(WI->TheDef->getValueAsListOfDefs("Writes"), WI->Sequence,
561 for (IdxIter WI = SC.Writes.begin(), WE = SC.Writes.end(); WI != WE; ++WI)
562 dbgs() << " " << SchedWrites[*WI].Name
    [all...]
SubtargetEmitter.cpp     [all...]
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 163 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) {}
MultiplexExternalSemaSource.h 313 SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) override;
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 663 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE,
674 if (!WI.WidestNativeType) {
675 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
676 WI.IsSigned = IsSigned;
681 if (WI.IsSigned != IsSigned)
684 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
685 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty);
731 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo,
734 OrigPhi(WI.NarrowIV),
735 WideType(WI.WidestNativeType)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 258 SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) {
260 Sources[i]->ReadWeakUndeclaredIdentifiers(WI);
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 509 weight_iterator WI = getWeightIterator(I);
510 Weights.erase(WI);
522 weight_iterator WI = getWeightIterator(I);
523 Weights.erase(WI);
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 508 Record *WI = R.getClass("WInst");
517 ClassMap[WI] = ClassW;
584 case 64: S += "Wi"; break;
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 276 milliseconds