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

  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
InstrTypes.h     [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 128 EdgeBundles *Bundles;
269 // Bundles where this candidate should be live.
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 17 // partitioned into bundles where the same FP registers must be live in
118 EdgeBundles *Bundles;
312 Bundles = &getAnalysis<EdgeBundles>();
347 LiveBundles.resize(Bundles->getNumBundles());
355 LiveBundles[Bundles->getBundle(MBB.getNumber(), false)].Mask |= Mask;
454 /// setupBlockStack - Use the live bundles to set up our model of the stack
462 LiveBundles[Bundles->getBundle(MBB->getNumber(), false)];
500 unsigned BundleIdx = Bundles->getBundle(MBB->getNumber(), true);
    [all...]
  /external/mockito/
Android.mk 75 # Main target for dependent projects. Bundles all the run-time dependencies
  /external/llvm/lib/IR/
Instructions.cpp 231 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) {
233 assert(getNumOperands() == Args.size() + CountBundleInputs(Bundles) + 1 &&
250 auto It = populateBundleOperandInfos(Bundles, Args.size());
546 ArrayRef<OperandBundleDef> Bundles,
550 assert(getNumOperands() == 3 + Args.size() + CountBundleInputs(Bundles) &&
569 auto It = populateBundleOperandInfos(Bundles, Args.size());
616 // Operand bundles override attributes on the called function, but don't
    [all...]

Completed in 1322 milliseconds