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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h319 /// FastEmitZExtFromI1 - Emit MachineInstrs to compute the value of Op
321 unsigned FastEmitZExtFromI1(MVT VT,
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp788 SrcReg = FastEmitZExtFromI1(MVT::i8, SrcReg, /*TODO: Kill=*/false);
1000 ResultReg = FastEmitZExtFromI1(MVT::i8, ResultReg, /*TODO: Kill=*/false);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1354 /// FastEmitZExtFromI1 - Emit MachineInstrs to compute the value of Op
1356 unsigned FastISel::FastEmitZExtFromI1(MVT VT, unsigned Op0, bool Op0IsKill) { function in class:FastISel

Completed in 35 milliseconds