HomeSort by: relevance | last modified time | path
    Searched defs:isGlobal (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 47 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h 338 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
339 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
564 assert(isGlobal() && "Wrong MachineOperand accessor");
601 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
671 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h 205 bool isGlobal() const { return (Flags >> S::FB_global) & 1; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 3202 bool FunctionDecl::isGlobal() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 46 assert(FoldOp->isReg() || FoldOp->isGlobal());
63 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; }
257 if ((Fold.isImm() || Fold.isFI() || Fold.isGlobal()) && Fold.needsShrink()) {
306 if (Fold.isGlobal()) {
417 (OpToFold->isImm() || OpToFold->isFI() || OpToFold->isGlobal())) {
679 OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal();
1216 bool FoldingImm = OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal();
1764 OpToFold.isImm() || OpToFold.isFI() || OpToFold.isGlobal();

Completed in 99 milliseconds