Searched refs:materializeInt (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 158 unsigned materializeInt(const Constant *C, MVT VT); 273 RHSReg = materializeInt(C, MVT::i32); in emitLogicalOp() 309 unsigned MipsFastISel::materializeInt(const Constant *C, MVT VT) { in materializeInt() function in MipsFastISel 416 return materializeInt(C, VT); in fastMaterializeConstant()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 230 unsigned materializeInt(const ConstantInt *CI, MVT VT); 335 unsigned AArch64FastISel::materializeInt(const ConstantInt *CI, MVT VT) { in materializeInt() function in AArch64FastISel 466 return materializeInt(CI, VT); in fastMaterializeConstant() 4101 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT); in emitLSR_ri() 4222 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT); in emitASR_ri()
|