Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp50 bool selectFPToInt(MachineInstr &I, MachineBasicBlock &MBB,
202 bool PPCInstructionSelector::selectFPToInt(MachineInstr &I, in selectFPToInt() function in PPCInstructionSelector
701 return selectFPToInt(I, MBB, MRI); in select()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp164 bool selectFPToInt(const Instruction *I, bool IsSigned);
1090 bool MipsFastISel::selectFPToInt(const Instruction *I, bool IsSigned) { in selectFPToInt() function in MipsFastISel
2074 return selectFPToInt(I, /*isSigned*/ true); in fastSelectInstruction()
2076 return selectFPToInt(I, /*isSigned*/ false); in fastSelectInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp168 bool selectFPToInt(const Instruction *I, bool Signed);
2827 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { in selectFPToInt() function in AArch64FastISel
5100 return selectFPToInt(I, /*Signed=*/true); in fastSelectInstruction()
5103 return selectFPToInt(I, /*Signed=*/false); in fastSelectInstruction()