Home
last modified time | relevance | path

Searched refs:isGlobal (Results 1 – 25 of 48) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java160 boolean isGlobal = (paths == m_absPaths); in eleminateSharedPartialPaths()
172 list = matchAndEliminatePartialPaths(next, list, isGlobal, i, psuedoVarRecipient); in eleminateSharedPartialPaths()
188 boolean isGlobal, in matchAndEliminatePartialPaths() argument
237 ElemTemplateElement root = isGlobal ? varScope : findCommonAncestor(matchedPaths); in matchAndEliminatePartialPaths()
240 ElemVariable var = createPseudoVarDecl(root, newIter, isGlobal); in matchAndEliminatePartialPaths()
242 System.err.println("Created var: "+var.getName()+(isGlobal ? "(Global)" : "")); in matchAndEliminatePartialPaths()
252 changePartToRef(var.getName(), iter, lengthToTest, isGlobal); in matchAndEliminatePartialPaths()
260 diagnoseMultistepList(matchCount, lengthToTest, isGlobal); in matchAndEliminatePartialPaths()
418 boolean isGlobal) in diagnoseMultistepList() argument
424 if (isGlobal) in diagnoseMultistepList()
[all …]
DXUnresolvedVariable.java80 boolean isGlobal) in XUnresolvedVariable() argument
93 m_isGlobal = isGlobal; in XUnresolvedVariable()
/external/nist-sip/java/gov/nist/javax/sip/address/
DTelURLImpl.java96 public boolean isGlobal() { in isGlobal() method in TelURLImpl
97 return telephoneNumber.isGlobal(); in isGlobal()
DTelephoneNumber.java120 public boolean isGlobal() { in isGlobal() method in TelephoneNumber
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp58 if (!MO.isGlobal()) { in GetSymbolFromOperand()
80 if (MO.isGlobal()) { in GetSymbolFromOperand()
103 assert(MO.isGlobal() && "Extern symbol not handled yet"); in GetSymbolFromOperand()
DPPCAsmPrinter.cpp432 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
589 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
591 if (MO.isGlobal()) in EmitInstruction()
633 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
635 if (MO.isGlobal()) in EmitInstruction()
664 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
670 if (MO.isGlobal()) { in EmitInstruction()
703 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
719 else if (MO.isGlobal()) { in EmitInstruction()
746 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL"); in EmitInstruction()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DGenerateResults.java491 boolean isGlobal = component.startsWith("global"); in printComponent()
492 if (isGlobal) { in printComponent()
532 printComponentTitle(/*performanceResults, */component, isGlobal, stream); in printComponent()
554 if (!isGlobal) { in printComponent()
576 …le(/*PerformanceResults performanceResults, */String component, boolean isGlobal, PrintStream stre… in printComponentTitle() argument
582 if (!isGlobal) { in printComponentTitle()
601 if (!isGlobal) { in printComponentTitle()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h248 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
437 assert(isGlobal() && "Wrong MachineOperand accessor"); in getGlobal()
459 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in getOffset()
519 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in setOffset()
/external/nist-sip/java/javax/sip/address/
DTelURL.java19 boolean isGlobal(); in isGlobal() method
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java86 public void setIsGlobal(boolean isGlobal) in setIsGlobal() argument
88 m_isGlobal = isGlobal; in setIsGlobal()
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp210 else if (Op1->isGlobal() && Op2->isGlobal() && in isSimilarMemOp()
DX86ExpandPseudo.cpp100 if (JumpTarget.isGlobal()) in ExpandMI()
DX86MCInstLower.cpp131 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && "Isn't a symbol reference"); in GetSymbolFromOperand()
157 if (MO.isGlobal()) { in GetSymbolFromOperand()
183 assert(MO.isGlobal() && "Extern symbol not handled yet"); in GetSymbolFromOperand()
195 assert(MO.isGlobal() && "Extern symbol not handled yet"); in GetSymbolFromOperand()
209 if (MO.isGlobal()) { in GetSymbolFromOperand()
DX86InstrInfo.h130 MI->getOperand(Op+X86::AddrDisp).isGlobal() || in isLeaMem()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp550 if (HiOperand.isGlobal()) { in emitCombineII()
557 if (LoOperand.isGlobal()) { in emitCombineII()
647 if (HiOperand.isGlobal()) { in emitCombineIR()
695 if (LoOperand.isGlobal()) { in emitCombineRI()
DHexagonAsmPrinter.cpp230 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI()); in smallData()
232 if (MO.isGlobal()) in smallData()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...
/external/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp169 assert(TexHandleDef.getOperand(1).isGlobal() && "Load is not a global!"); in findIndexForHandle()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_expression.h36 FX_BOOL isGlobal,
Dxfa_expression.cpp22 FX_BOOL isGlobal, in CXFA_FMFunctionDefinition() argument
30 m_isGlobal(isGlobal) { in CXFA_FMFunctionDefinition()
/external/clang/include/clang/Analysis/
DCallGraph.h106 addNodeForDecl(FD, FD->isGlobal()); in VisitFunctionDecl()
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp87 if (MO.isGlobal()) { in lowerSymbolOperandELF()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp145 if (FD->isGlobal() && in transformNonObjCToObjCCast()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp447 if (!MO.isGlobal()) in getCalledFunction()
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp305 if (MO.isGlobal() || MO.isSymbol() || MO.isCPI()) { in printOperand()

12