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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h250 bool isGlobalReg() const { return LVType == GlobalReg; } function in class:clang::CodeGen::LValue
369 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; }
H A DCGStmtOpenMP.cpp2104 if (LVal.isGlobalReg()) {
2139 RValue Res = XLValue.isGlobalReg()
2272 if (X.isGlobalReg()) {
H A DCGAtomic.cpp46 assert(!lvalue.isGlobalReg());
H A DCGExpr.cpp1454 if (LV.isGlobalReg())
1587 if (Dst.isGlobalReg())

Completed in 86 milliseconds