Searched defs:SelectTrunc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp108 bool SelectTrunc(const Instruction *I);
1645 bool AArch64FastISel::SelectTrunc(const Instruction *I) { function in class:AArch64FastISel
1976 return SelectTrunc(I);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp136 bool SelectTrunc(const Instruction *I);
1693 bool PPCFastISel::SelectTrunc(const Instruction *I) { function in class:PPCFastISel
1798 return SelectTrunc(I);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp163 bool SelectTrunc(const Instruction *I);
2567 bool ARMFastISel::SelectTrunc(const Instruction *I) { function in class:ARMFastISel
2863 return SelectTrunc(I);

Completed in 90 milliseconds