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 ---------------------===//
43 class X86FastISel : public FastISel {
60 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) {
148 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
176 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM,
235 X86FastISel::X86FastEmitStore(EVT VT, unsigned Val, const X86AddressMode &AM) {
280 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val,
322 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT,
337 bool X86FastISel::X86SelectAddress(const Value *V, X86AddressMode &AM) {
597 bool X86FastISel::X86SelectCallAddress(const Value *V, X86AddressMode &AM)
    [all...]

Completed in 31 milliseconds