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

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.h 66 BOOL isBundle;
WebNetscapePluginPackage.mm 100 if (!isBundle) {
116 if (!isBundle) {
215 isBundle = YES;
222 isBundle = NO;
364 if (isBundle) {
502 if (!isBundle)
773 if (!isBundle)
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 67 if (MI->isBundle()) {
SILowerControlFlow.cpp 124 if (I->isBundle() || !I->isBundled())
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 252 if (hasInstrItineraries() || MI->isBundle())
TargetInstrInfo.cpp 182 assert(!MI->isBundle() &&
217 assert(!MI->isBundle() &&
MachineInstrBundle.cpp 49 if (MI->isBundle()) {
PostRASchedulerList.cpp 329 if (MI->isBundle())
MachineInstr.cpp 761 if (Type == AllInBundle && !MII->isBundle())
778 if (isBundle()) {
    [all...]
TailDuplication.cpp 882 assert(!MI->isBundle() && "Not expecting bundles before regalloc!");
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 200 if (MI->isBundle()) {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 659 bool isBundle() const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 446 if (MI->isBundle()) {
646 assert(!I->isBundle() && "No nested bundle!");
    [all...]
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 597 assert(!I->isBundle() && "No nested bundle!");

Completed in 2812 milliseconds