HomeSort by relevance Sort by last modified time
    Searched refs:isVariable (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
InlineCost.h 100 bool isVariable() const { return !isAlways() && !isNever(); }
105 assert(isVariable() && "Invalid access of InlineCost");
111 assert(isVariable() && "Invalid access of InlineCost");
  /external/llvm/include/llvm/Analysis/
InlineCost.h 87 bool isVariable() const { return !isAlways() && !isNever(); }
92 assert(isVariable() && "Invalid access of InlineCost");
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 130 /// isVariable - Check if this is a variable symbol.
131 bool isVariable() const {
137 assert(isVariable() && "Invalid accessor!");
  /external/llvm/include/llvm/MC/
MCSymbol.h 271 assert(!isVariable() && "Cannot set fragment of variable");
288 /// isVariable - Check if this is a variable symbol.
289 bool isVariable() const {
295 assert(isVariable() && "Invalid accessor!");
379 if (Fragment || !isVariable())
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSymbol.cpp 44 while (S->isVariable()) {
ELFObjectWriter.cpp 180 if (Symbol.isAbsolute() && Symbol.isVariable()) {
249 Data.getSymbol().isVariable();
492 if (Symbol.isVariable() && !A.isVariable() && A.isUndefined())
496 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)
516 if (RefSymbol.isUndefined() && !RefSymbol.isVariable()) {
608 } else if (Symbol.isAbsolute() || RefSymbol.isVariable()) {
    [all...]
MCPureStreamer.cpp 116 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!");
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSymbol.h 274 assert(!isVariable() && "Cannot set fragment of variable");
293 /// isVariable - Check if this is a variable symbol.
294 bool isVariable() const {
300 assert(isVariable() && "Invalid accessor!");
386 if (Fragment || !isVariable())
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InlineCost.h 82 bool isVariable() const { return getType() == Value; }
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 311 if (Symbol->isVariable() && !Base) {
373 if (Symbol->isVariable()) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 245 } else if (Symbol->isInSection() && !Symbol->isVariable()) {
252 } else if (Symbol->isVariable()) {
566 if (A->isVariable()) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 235 } else if (Symbol->isInSection() && !Symbol->isVariable()) {
243 } else if (Symbol->isVariable()) {
504 if (SD->getSymbol().isVariable()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 245 } else if (Symbol->isInSection() && !Symbol->isVariable()) {
252 } else if (Symbol->isVariable()) {
564 if (A->isVariable()) {
  /external/llvm/lib/MC/
MCFragment.cpp 98 if (!S.isVariable())
140 if (!Symbol.isVariable())
MachObjectWriter.cpp 76 if (S.isVariable()) {
310 while (S->isVariable()) {
638 if (A.isVariable() || B.isVariable())
    [all...]
MCObjectStreamer.cpp 63 Hi->isVariable() || Lo->isVariable()) {
ELFObjectWriter.cpp 394 if (!Alias.isVariable())
678 if (SymA && SymA->isVariable()) {
734 if (Symbol.isVariable()) {
748 if (Symbol.isVariable() && Symbol.isUndefined()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCFragment.cpp 99 if (!S.isVariable())
141 if (!Symbol.isVariable())
MachObjectWriter.cpp 89 if (S.isVariable()) {
327 while (S->isVariable()) {
655 if (A.isVariable() || B.isVariable())
    [all...]
WasmObjectWriter.cpp 396 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) {
468 if (SymA && SymA->isVariable()) {
558 if (Symbol.isVariable()) {
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.h 64 virtual bool isVariable() const { return false; }
89 virtual bool isVariable() const { return true; }
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 344 if (A->isVariable()) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 336 if (SD->getSymbol().isVariable()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 326 assert(!Symbol->isVariable() || Base);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 344 if (A->isVariable()) {

Completed in 794 milliseconds

1 2 3