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 18 X86FastISel.cpp \
X86FastISel.cpp 1 //===-- X86FastISel.cpp - X86 FastISel implementation ---------------------===//
47 class X86FastISel final : public FastISel {
60 explicit X86FastISel(FunctionLoweringInfo &funcInfo,
247 bool X86FastISel::foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I,
301 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
329 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM,
415 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill,
476 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val,
522 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT,
534 bool X86FastISel::handleConstantAddresses(const Value *V, X86AddressMode &AM)
    [all...]

Completed in 702 milliseconds