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

/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp144 unsigned materializeGV(const GlobalValue *GV, MVT VT);
350 unsigned MipsFastISel::materializeGV(const GlobalValue *GV, MVT VT) { function in class:MipsFastISel
400 return materializeGV(GV, VT);
1306 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp233 unsigned materializeGV(const GlobalValue *GV);
411 unsigned AArch64FastISel::materializeGV(const GlobalValue *GV) { function in class:AArch64FastISel
474 return materializeGV(GV);
3125 CallReg = materializeGV(Addr.getGlobalValue());

Completed in 68 milliseconds