HomeSort by relevance Sort by last modified time
    Searched refs:X86FastISel (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
Android.mk 19 X86FastISel.cpp \
X86FastISel.cpp 1 //===-- X86FastISel.cpp - X86 FastISel implementation ---------------------===//
48 class X86FastISel final : public FastISel {
61 explicit X86FastISel(FunctionLoweringInfo &funcInfo,
254 X86FastISel::addFullAddress(const MachineInstrBuilder &MIB,
265 bool X86FastISel::foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I,
319 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
347 bool X86FastISel::X86FastEmitLoad(EVT VT, X86AddressMode &AM,
433 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill,
523 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val,
569 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT
    [all...]

Completed in 2608 milliseconds