Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp103 bool selectFPToInt(const Instruction *I, bool IsSigned);
1033 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt() function in MipsFastISel
1815 return selectFPToInt(I, /*isSigned*/ true); in fastSelectInstruction()
1817 return selectFPToInt(I, /*isSigned*/ false); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp126 bool selectFPToInt(const Instruction *I, bool Signed);
2719 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt() function in AArch64FastISel
4914 return selectFPToInt(I, /*Signed=*/true); in fastSelectInstruction()
4917 return selectFPToInt(I, /*Signed=*/false); in fastSelectInstruction()