Searched refs:fastEmitInst_i (Results 1 - 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 441 unsigned fastEmitInst_i(unsigned MachineInstrOpcode,
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 120 unsigned fastEmitInst_i(unsigned MachineInstOpcode, 384 unsigned ARMFastISel::fastEmitInst_i(unsigned MachineInstOpcode, function in class:ARMFastISel
|
/external/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3525 unsigned SrcReg = fastEmitInst_i(Opc, &X86::GR32RegClass, Imm); 3532 return fastEmitInst_i(Opc, TLI.getRegClassFor(VT), Imm);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1980 unsigned FastISel::fastEmitInst_i(unsigned MachineInstOpcode, function in class:FastISel
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 370 return fastEmitInst_i(Opc, TLI.getRegClassFor(VT), Imm);
|
Completed in 771 milliseconds