Searched refs:fastEmitInst_i (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h441 unsigned fastEmitInst_i(unsigned MachineInstrOpcode,
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp120 unsigned fastEmitInst_i(unsigned MachineInstOpcode,
384 unsigned ARMFastISel::fastEmitInst_i(unsigned MachineInstOpcode, function in class:ARMFastISel
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3525 unsigned SrcReg = fastEmitInst_i(Opc, &X86::GR32RegClass, Imm);
3532 return fastEmitInst_i(Opc, TLI.getRegClassFor(VT), Imm);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1980 unsigned FastISel::fastEmitInst_i(unsigned MachineInstOpcode, function in class:FastISel
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp370 return fastEmitInst_i(Opc, TLI.getRegClassFor(VT), Imm);

Completed in 771 milliseconds