Searched defs:getGlobalReg (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGValue.h | 415 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; } getGlobalReg() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ | ||
H A D | MipsISelLowering.cpp | 138 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { getGlobalReg() function in MipsTargetLowering |