Home
last modified time | relevance | path

Searched refs:isUndefined (Results 1 – 25 of 99) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueLattice.h143 bool isUndefined() const { return Tag == undefined; } in isUndefined() function
196 assert(isUndefined()); in markConstant()
214 assert(isUndefined() || isConstant()); in markNotConstant()
229 assert(isUndefined()); in markConstantRange()
242 if (RHS.isUndefined() || isOverdefined()) in mergeIn()
249 if (isUndefined()) { in mergeIn()
251 return !RHS.isUndefined(); in mergeIn()
296 if (isUndefined() || Other.isUndefined()) in getCompare()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp88 bool isUndefined() const { return getLatticeValue() == undefined; } in isUndefined() function in __anon967d13930111::LatticeVal
115 if (isUndefined()) { in markConstant()
142 assert(isUndefined() && "Can't force a defined value!"); in markForcedConstant()
359 if (IV.isOverdefined() || MergeWithV.isUndefined()) in mergeInValue()
363 else if (IV.isUndefined()) in mergeInValue()
568 if (!BCValue.isUndefined()) in getFeasibleSuccessors()
594 if (!SCValue.isUndefined()) in getFeasibleSuccessors()
638 return !BCValue.isUndefined(); in isEdgeFeasible()
656 return !SCValue.isUndefined(); in isEdgeFeasible()
735 if (IV.isUndefined()) continue; // Doesn't influence PHI node. in visitPHINode()
[all …]
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp148 bool QueriedState::isUndefined (void) const in isUndefined() function in deqp::gls::StateQueryUtil::QueriedState
1835 if (!state.isUndefined()) in verifyStateBoolean()
1845 if (!state.isUndefined()) in verifyStateInteger()
1855 if (!state.isUndefined()) in verifyStateIntegerMin()
1865 if (!state.isUndefined()) in verifyStateIntegerMax()
1877 if (stateA.isUndefined() || stateB.isUndefined()) in verifyStateIntegerEqualToOther()
1922 if (!state.isUndefined()) in verifyStateFloat()
1932 if (!state.isUndefined()) in verifyStateFloatMin()
1942 if (!state.isUndefined()) in verifyStateFloatMax()
1952 if (!state.isUndefined()) in verifyStatePointer()
[all …]
DglsStateQueryUtil.hpp89 bool isUndefined (void) const;
135 bool StateQueryMemoryWriteGuard<T>::isUndefined () const in isUndefined() function in deqp::gls::StateQueryUtil::StateQueryMemoryWriteGuard
190 else if (isUndefined()) in verifyValidity()
218 else if (isUndefined()) in verifyValidity()
348 bool isUndefined (void) const;
/external/swiftshader/third_party/LLVM/lib/MC/
DMCMachOStreamer.cpp119 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitLabel()
235 if (Symbol->isUndefined()) in EmitSymbolAttribute()
257 if (Symbol->isUndefined()) in EmitSymbolAttribute()
284 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitCommonSymbol()
301 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitZerofill()
DMCObjectWriter.cpp58 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined()) in IsSymbolRefDifferenceFullyResolved()
DMachObjectWriter.cpp33 if (SD->Symbol->isUndefined()) in doesSymbolRequireExternRelocation()
76 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress()
79 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress()
299 if (Symbol.isUndefined()) in WriteNlist()
312 if (Data.isExternal() || Symbol.isUndefined()) in WriteNlist()
451 if (!it->isExternal() && !Symbol.isUndefined()) in ComputeSymbolTable()
465 if (Symbol.isUndefined()) { in ComputeSymbolTable()
487 if (it->isExternal() || Symbol.isUndefined()) in ComputeSymbolTable()
DMCSymbol.cpp57 assert((isUndefined() || (isAbsolute() && isa<MCConstantExpr>(Value))) && in setVariableValue()
DELFObjectWriter.cpp228 if (!Symbol.isUndefined() && !Rest.startswith("@@@")) in ExecutePostLayoutBinding()
232 if (Symbol.isUndefined() && Rest.startswith("@@") && in ExecutePostLayoutBinding()
343 if (ASymbol.isUndefined()) { in SymbolToReloc()
492 if (Symbol.isVariable() && !A.isVariable() && A.isUndefined()) in isInSymtab()
496 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal) in isInSymtab()
499 if (!Asm.isSymbolLinkerVisible(Symbol) && !Symbol.isUndefined()) in isInSymtab()
516 if (RefSymbol.isUndefined() && !RefSymbol.isVariable()) { in isLocal()
602 if (RefSymbol.isUndefined() && !Used && WeakrefUsed) in ComputeSymbolTable()
610 } else if (RefSymbol.isUndefined()) { in ComputeSymbolTable()
/external/llvm/lib/MC/
DMCObjectWriter.cpp30 if (SA.isUndefined() || SB.isUndefined()) in isSymbolRefDifferenceFullyResolved()
DMachObjectWriter.cpp43 if (S.isUndefined()) in doesSymbolRequireExternRelocation()
87 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress()
90 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress()
343 if (IsAlias && Symbol->isUndefined()) in writeNlist()
345 else if (Symbol->isUndefined()) in writeNlist()
358 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
362 if (IsAlias && Symbol->isUndefined()) in writeNlist()
539 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable()
546 if (Symbol.isUndefined()) { in computeSymbolTable()
565 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
DMCMachOStreamer.cpp184 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitLabel()
345 if (Symbol->isUndefined()) in EmitSymbolAttribute()
371 if (Symbol->isUndefined()) in EmitSymbolAttribute()
399 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitCommonSymbol()
424 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitZerofill()
DELFObjectWriter.cpp382 if (!Alias || !Alias->isUndefined()) in executePostLayoutBinding()
412 if (!Symbol.isUndefined() && !Rest.startswith("@@@")) in executePostLayoutBinding()
416 if (Symbol.isUndefined() && Rest.startswith("@@") && in executePostLayoutBinding()
544 if (Sym->isUndefined()) in shouldRelocateWithSymbol()
652 if (SymB.isUndefined()) { in recordRelocation()
691 if (!RelocateWithSymbol && SymA && !SymA->isUndefined()) in recordRelocation()
704 (SymA && !SymA->isUndefined()) ? &SymA->getSection() : nullptr; in recordRelocation()
748 if (Symbol.isVariable() && Symbol.isUndefined()) { in isInSymtab()
754 if (Symbol.isUndefined() && !Symbol.isBindingSet()) in isInSymtab()
801 if (Symbol.isTemporary() && Symbol.isUndefined()) { in computeSymbolTable()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectWriter.cpp30 if (SA.isUndefined() || SB.isUndefined()) in isSymbolRefDifferenceFullyResolved()
DMachObjectWriter.cpp56 if (S.isUndefined()) in doesSymbolRequireExternRelocation()
100 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress()
103 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress()
360 if (IsAlias && Symbol->isUndefined()) in writeNlist()
362 else if (Symbol->isUndefined()) in writeNlist()
375 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
379 if (IsAlias && Symbol->isUndefined()) in writeNlist()
556 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable()
563 if (Symbol.isUndefined()) { in computeSymbolTable()
582 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
DELFObjectWriter.cpp591 if (Symbol.isVariable() && Symbol.isUndefined()) { in isInSymtab()
597 if (Symbol.isUndefined() && !Symbol.isBindingSet()) in isInSymtab()
644 if (Symbol.isTemporary() && Symbol.isUndefined()) { in computeSymbolTable()
660 } else if (Symbol.isUndefined()) { in computeSymbolTable()
1245 Tail = Rest.substr(Symbol.isUndefined() ? 2 : 1); in executePostLayoutBinding()
1258 if (!Symbol.isUndefined() && !Rest.startswith("@@@")) in executePostLayoutBinding()
1262 if (Symbol.isUndefined() && Rest.startswith("@@") && in executePostLayoutBinding()
1322 if (Sym->isUndefined()) in shouldRelocateWithSymbol()
1412 if (SymB.isUndefined()) { in recordRelocation()
1451 if (!RelocateWithSymbol && SymA && !SymA->isUndefined()) in recordRelocation()
DMCMachOStreamer.cpp348 if (Symbol->isUndefined()) in EmitSymbolAttribute()
374 if (Symbol->isUndefined()) in EmitSymbolAttribute()
402 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitCommonSymbol()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp100 bool isUndefined() const { return Tag == undefined; } in isUndefined() function in __anonba15b7e30111::LVILatticeVal
140 assert(isUndefined()); in markConstant()
158 assert(isUndefined() || isConstant()); in markNotConstant()
175 assert(isUndefined()); in markConstantRange()
187 if (RHS.isUndefined() || isOverdefined()) return false; in mergeIn()
190 if (isUndefined()) { in mergeIn()
273 if (Val.isUndefined()) in operator <<()
525 if (!BBLV.isUndefined()) { in solveBlockValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueLattice.cpp14 if (Val.isUndefined()) in operator <<()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp120 bool isUndefined() const { return Tag == undefined; } in isUndefined() function in __anonadeae0b70111::LVILatticeVal
160 assert(isUndefined()); in markConstant()
178 assert(isUndefined() || isConstant()); in markNotConstant()
195 assert(isUndefined()); in markConstantRange()
207 if (RHS.isUndefined() || isOverdefined()) return false; in mergeIn()
210 if (isUndefined()) { in mergeIn()
284 if (Val.isUndefined()) in operator <<()
329 if (A.isUndefined()) in intersect()
331 if (B.isUndefined()) in intersect()
1506 if (Result.isUndefined()) in getConstantRange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp189 if (A->isUndefined() || B->isUndefined()) { in RecordX86_64Relocation()
190 StringRef Name = A->isUndefined() ? A->getName() : B->getName(); in RecordX86_64Relocation()
579 if (!A->isUndefined()) in RecordX86Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp189 if (A->isUndefined() || B->isUndefined()) { in RecordX86_64Relocation()
190 StringRef Name = A->isUndefined() ? A->getName() : B->getName(); in RecordX86_64Relocation()
581 if (!A->isUndefined()) in RecordX86Relocation()
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DRewriteEarlyExitException.js4 if (org.antlr.lang.isUndefined(elementDescription)) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h248 bool isDefined() const { return !isUndefined(); } in isDefined()
257 bool isUndefined(bool SetUsed = true) const {
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSymbol.h99 bool isUndefined() const { in isUndefined() function

1234