Home
last modified time | relevance | path

Searched refs:materializeGV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp199 unsigned materializeGV(const GlobalValue *GV, MVT VT);
404 unsigned MipsFastISel::materializeGV(const GlobalValue *GV, MVT VT) { in materializeGV() function in MipsFastISel
451 return materializeGV(GV, VT); in fastMaterializeConstant()
1562 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp264 Register materializeGV(const GlobalValue *GV);
438 Register AArch64FastISel::materializeGV(const GlobalValue *GV) { in materializeGV() function in AArch64FastISel
552 return materializeGV(GV); in fastMaterializeConstant()
3262 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()