Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp151 bool selectTrunc(const Instruction *I);
771 bool WebAssemblyFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in WebAssemblyFastISel
1162 case Instruction::Trunc: return selectTrunc(I); in fastSelectInstruction()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp118 bool selectTrunc(const Instruction *I);
1525 bool MipsFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in MipsFastISel
1819 return selectTrunc(I); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp129 bool selectTrunc(const Instruction *I);
3769 bool AArch64FastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in AArch64FastISel
4956 return selectTrunc(I); in fastSelectInstruction()