Home
last modified time | relevance | path

Searched refs:isGlobalReg (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGValue.h250 bool isGlobalReg() const { return LVType == GlobalReg; } in isGlobalReg() function
369 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; } in getGlobalReg()
DCGStmtOpenMP.cpp2821 if (LVal.isGlobalReg()) { in emitSimpleAtomicStore()
2857 RValue Res = XLValue.isGlobalReg() in EmitOMPAtomicReadExpr()
2991 if (X.isGlobalReg()) { in EmitOMPAtomicSimpleUpdateExpr()
DCGAtomic.cpp46 assert(!lvalue.isGlobalReg()); in AtomicInfo()
DCGExpr.cpp1479 if (LV.isGlobalReg()) in EmitLoadOfLValue()
1612 if (Dst.isGlobalReg()) in EmitStoreThroughLValue()