Searched refs:X86FastISel (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 47 class X86FastISel final : public FastISel { class 60 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() function in __anonbae7655e0111::X86FastISel 247 bool X86FastISel::foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I, in foldX86XALUIntrinsic() 301 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) { in isTypeLegal() 329 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM, in X86FastEmitLoad() 415 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, bool ValIsKill, in X86FastEmitStore() 476 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, in X86FastEmitStore() 522 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, in X86FastEmitExtend() 534 bool X86FastISel::handleConstantAddresses(const Value *V, X86AddressMode &AM) { in handleConstantAddresses() 642 bool X86FastISel::X86SelectAddress(const Value *V, X86AddressMode &AM) { in X86SelectAddress() [all …]
|
D | Android.mk | 18 X86FastISel.cpp \
|
D | CMakeLists.txt | 18 X86FastISel.cpp
|
/external/llvm/patches/ |
D | 0004-Add-Android-makefiles-for-LLVM.patch | 2829 + X86FastISel.cpp \
|