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

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

Completed in 107 milliseconds