HomeSort by: relevance | last modified time | path
    Searched defs:materializeInt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp 206 unsigned materializeInt(const Constant *C, MVT VT);
322 RHSReg = materializeInt(C, MVT::i32);
355 unsigned MipsFastISel::materializeInt(const Constant *C, MVT VT) {
459 return materializeInt(C, VT);
MipsFastISel.cpp 206 unsigned materializeInt(const Constant *C, MVT VT);
322 RHSReg = materializeInt(C, MVT::i32);
355 unsigned MipsFastISel::materializeInt(const Constant *C, MVT VT) {
459 return materializeInt(C, VT);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 265 unsigned materializeInt(const ConstantInt *CI, MVT VT);
370 unsigned AArch64FastISel::materializeInt(const ConstantInt *CI, MVT VT) {
521 return materializeInt(ConstantInt::get(Type::getInt64Ty(*Context), 0), VT);
525 return materializeInt(CI, VT);
4173 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT);
4289 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT);
AArch64FastISel.cpp 265 unsigned materializeInt(const ConstantInt *CI, MVT VT);
370 unsigned AArch64FastISel::materializeInt(const ConstantInt *CI, MVT VT) {
521 return materializeInt(ConstantInt::get(Type::getInt64Ty(*Context), 0), VT);
525 return materializeInt(CI, VT);
4173 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT);
4289 return materializeInt(ConstantInt::get(*Context, APInt(RegSize, 0)), RetVT);

Completed in 66 milliseconds