Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp202 unsigned materializeInt(const Constant *C, MVT VT);
318 RHSReg = materializeInt(C, MVT::i32); in emitLogicalOp()
351 unsigned MipsFastISel::materializeInt(const Constant *C, MVT VT) { in materializeInt() function in MipsFastISel
455 return materializeInt(C, VT); in fastMaterializeConstant()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp266 unsigned materializeInt(const ConstantInt *CI, MVT VT);
370 unsigned AArch64FastISel::materializeInt(const ConstantInt *CI, MVT VT) { in materializeInt() function in AArch64FastISel
545 return materializeInt(ConstantInt::get(Type::getInt64Ty(*Context), 0), VT); in fastMaterializeConstant()
549 return materializeInt(CI, VT); in fastMaterializeConstant()
4217 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT); in emitLSR_ri()
4333 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT); in emitASR_ri()