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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp205 unsigned materializeGV(const GlobalValue *GV, MVT VT);
411 unsigned MipsFastISel::materializeGV(const GlobalValue *GV, MVT VT) { function in class:MipsFastISel
458 return materializeGV(GV, VT);
1557 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp277 unsigned materializeGV(const GlobalValue *GV);
452 unsigned AArch64FastISel::materializeGV(const GlobalValue *GV) { function in class:AArch64FastISel
542 return materializeGV(GV);
3300 CallReg = materializeGV(Addr.getGlobalValue());

Completed in 194 milliseconds