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.cpp2132 if (LVal.isGlobalReg()) { in emitSimpleAtomicStore()
2167 RValue Res = XLValue.isGlobalReg() in EmitOMPAtomicReadExpr()
2300 if (X.isGlobalReg()) { in EmitOMPAtomicSimpleUpdateExpr()
DCGExpr.cpp1454 if (LV.isGlobalReg()) in EmitLoadOfLValue()
1587 if (Dst.isGlobalReg()) in EmitStoreThroughLValue()
DCGAtomic.cpp46 assert(!lvalue.isGlobalReg()); in AtomicInfo()