Home
last modified time | relevance | path

Searched refs:X86FastISel (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp47 class X86FastISel final : public FastISel { class
53 explicit X86FastISel(FunctionLoweringInfo &funcInfo, in X86FastISel() function in __anoncb3067160111::X86FastISel
214 X86FastISel::addFullAddress(const MachineInstrBuilder &MIB, in addFullAddress()
225 bool X86FastISel::foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I, in foldX86XALUIntrinsic()
290 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) { in isTypeLegal()
316 bool X86FastISel::X86FastEmitLoad(MVT VT, X86AddressMode &AM, in X86FastEmitLoad()
479 bool X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg, X86AddressMode &AM, in X86FastEmitStore()
652 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val, in X86FastEmitStore()
699 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, in X86FastEmitExtend()
710 bool X86FastISel::handleConstantAddresses(const Value *V, X86AddressMode &AM) { in handleConstantAddresses()
[all …]
/freebsd-14-stable/lib/clang/libllvm/
HDMakefile1636 SRCS_MIN+= Target/X86/X86FastISel.cpp