Home
last modified time | relevance | path

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

12345678

/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/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp101 if (SymA.isGlobal()) in getRelocType()
116 if (SymA.isGlobal()) in getRelocType()
129 if (SymA.isGlobal()) in getRelocType()
/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()
/external/starlark-go/resolve/
Dresolve.go132 func REPLChunk(file *syntax.File, isGlobal, isPredeclared, isUniversal func(name string) bool) erro… argument
133 r := newResolver(isGlobal, isPredeclared, isUniversal)
182 func newResolver(isGlobal, isPredeclared, isUniversal func(name string) bool) *resolver { argument
187 isGlobal: isGlobal,
217 isGlobal, isPredeclared, isUniversal func(name string) bool member
405 } else if r.isGlobal != nil && r.isGlobal(id.Name) {
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp419 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
576 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
578 if (MO.isGlobal()) in EmitInstruction()
620 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
622 if (MO.isGlobal()) in EmitInstruction()
651 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
657 if (MO.isGlobal()) { in EmitInstruction()
690 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
706 else if (MO.isGlobal()) { in EmitInstruction()
733 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL"); in EmitInstruction()
[all …]
DPPCMCInstLower.cpp52 if (!MO.isGlobal()) { in GetSymbolFromOperand()
71 assert(MO.isGlobal() && "Extern symbol not handled yet"); in GetSymbolFromOperand()
/external/nist-sip/java/javax/sip/address/
DTelURL.java19 boolean isGlobal(); in isGlobal() method
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp454 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
688 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
746 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
775 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
805 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
836 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in EmitInstruction()
842 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal()); in EmitInstruction()
876 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
881 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in EmitInstruction()
908 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL."); in EmitInstruction()
[all …]
DPPCMCInstLower.cpp51 if (!MO.isGlobal()) { in GetSymbolFromOperand()
70 assert(MO.isGlobal() && "Extern symbol not handled yet"); in GetSymbolFromOperand()
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
562 assert(isGlobal() && "Wrong MachineOperand accessor"); in getGlobal()
599 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in getOffset()
669 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in setOffset()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp461 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
730 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
787 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
819 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
849 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
878 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
884 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal()); in emitInstruction()
916 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in emitInstruction()
921 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in emitInstruction()
948 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL."); in emitInstruction()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFGuardLongjmp.cpp84 if (!MO.isGlobal()) in runOnMachineFunction()
DRegUsageInfoPropagate.cpp91 if (MO.isGlobal()) in findCalledFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.cpp53 assert(MO.isGlobal() || MO.isSymbol()); in mayThrow()
/external/llvm-project/llvm/lib/CodeGen/
DCFGuardLongjmp.cpp84 if (!MO.isGlobal()) in runOnMachineFunction()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
562 assert(isGlobal() && "Wrong MachineOperand accessor"); in getGlobal()
599 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in getOffset()
669 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in setOffset()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.cpp53 assert(MO.isGlobal() || MO.isSymbol()); in mayThrow()
/external/llvm/lib/CodeGen/
DRegUsageInfoPropagate.cpp117 if (Operand.isGlobal()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp96 if (SymA.isGlobal()) in getRelocType()
/external/llvm-project/llvm/test/CodeGen/X86/
Dlea-opt-memop-check-1.ll4 ; Assertion `(Disp->isImm() || Disp->isGlobal()) && (Other.Disp->isImm() || Other.Disp->isGlobal())…
/external/llvm/test/CodeGen/X86/
Dlea-opt-memop-check-1.ll4 ; Assertion `(Disp->isImm() || Disp->isGlobal()) && (Other.Disp->isImm() || Other.Disp->isGlobal())…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IndirectBranchTracking.cpp88 if (!MOp.isGlobal()) in IsCallReturnTwice()

12345678