Home
last modified time | relevance | path

Searched refs:isBundle (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginPackage.h66 BOOL isBundle; variable
DWebNetscapePluginPackage.mm100 if (!isBundle) {
116 if (!isBundle) {
215 isBundle = YES;
222 isBundle = NO;
364 if (isBundle) {
502 if (!isBundle)
773 if (!isBundle)
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h313 if (Type == IgnoreBundle || !isBundle())
616 bool isBundle() const {
/external/llvm/lib/CodeGen/
DTargetInstrInfoImpl.cpp134 assert(!MI->isBundle() && in findCommutedOpIndices()
169 assert(!MI->isBundle() && in PredicateInstruction()
DMachineBasicBlock.cpp754 if (I->isBundle()) { in erase()
763 if (I->isBundle()) { in remove()
778 if (From->isBundle()) { in splice()
DMachineInstr.cpp780 if (isBundle()) { in isIdenticalTo()
841 if (isBundle()) { in removeFromParent()
861 if (isBundle()) { in eraseFromParent()
972 assert(isBundle() && "Expecting a bundle"); in getBundleSize()
1219 assert(!isBundle() && "MachineInstr::copyPredicates() can't handle bundles"); in copyPredicates()
DMachineInstrBundle.cpp49 if (MI->isBundle()) { in runOnMachineFunction()
DPostRASchedulerList.cpp326 if (MI->isBundle()) in runOnMachineFunction()
DTailDuplication.cpp854 assert(!MI->isBundle() && "Not expecting bundles before regalloc!"); in TailDuplicate()
DMachineVerifier.cpp300 if (MBBI->isBundle()) in runOnMachineFunction()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp441 if (MI->isBundle()) { in isPredicated()
640 assert(!I->isBundle() && "No nested bundle!"); in getInstBundleLength()
2527 if (DefMI->isBundle()) { in getOperandLatency()
2535 if (UseMI->isBundle()) { in getOperandLatency()
2909 if (MI->isBundle()) { in getInstrLatency()
DThumb2SizeReduction.cpp860 if (MI->isBundle()) { in ReduceMBB()
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-141528 we support CFM. We support it only on 32-bit PowerPC. Only define the isBundle, isCFM, and
1536 non-bundle and bundle-based CFM plug-ins, and code that sets isBundle and isCFM.