HomeSort by: relevance | last modified time | path
    Searched defs:fastSelectInstruction (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 201 bool fastSelectInstruction(const Instruction *I) override;
1392 bool WebAssemblyFastISel::fastSelectInstruction(const Instruction *I) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp 266 bool fastSelectInstruction(const Instruction *I) override;
2034 bool MipsFastISel::fastSelectInstruction(const Instruction *I) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 106 bool fastSelectInstruction(const Instruction *I) override;
1939 bool PPCFastISel::fastSelectInstruction(const Instruction *I) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 290 bool fastSelectInstruction(const Instruction *I) override;
5017 bool AArch64FastISel::fastSelectInstruction(const Instruction *I) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 152 bool fastSelectInstruction(const Instruction *I) override;
2818 bool ARMFastISel::fastSelectInstruction(const Instruction *I) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 68 bool fastSelectInstruction(const Instruction *I) override;
3585 X86FastISel::fastSelectInstruction(const Instruction *I) {

Completed in 32 milliseconds