Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp164 bool selectFPToInt(const Instruction *I, bool IsSigned);
1096 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt() function in MipsFastISel
2080 return selectFPToInt(I, /*isSigned*/ true); in fastSelectInstruction()
2082 return selectFPToInt(I, /*isSigned*/ false); in fastSelectInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp167 bool selectFPToInt(const Instruction *I, bool Signed);
2803 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt() function in AArch64FastISel
5054 return selectFPToInt(I, /*Signed=*/true); in fastSelectInstruction()
5057 return selectFPToInt(I, /*Signed=*/false); in fastSelectInstruction()