Home
last modified time | relevance | path

Searched defs:getGlobalReg (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h415 llvm::Value *getGlobalReg() const { assert(isGlobalReg()); return V; } getGlobalReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp138 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { getGlobalReg() function in MipsTargetLowering