Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp82 class AArch64FastISel final : public FastISel { class
285 explicit AArch64FastISel(FunctionLoweringInfo &FuncInfo, in AArch64FastISel() function in __anon53fc71c20111::AArch64FastISel
338 CCAssignFn *AArch64FastISel::CCAssignFnForCall(CallingConv::ID CC) const { in CCAssignFnForCall()
350 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { in fastMaterializeAlloca()
374 unsigned AArch64FastISel::materializeInt(const ConstantInt *CI, MVT VT) { in materializeInt()
391 unsigned AArch64FastISel::materializeFP(const ConstantFP *CFP, MVT VT) { in materializeFP()
446 unsigned AArch64FastISel::materializeGV(const GlobalValue *GV) { in materializeGV()
538 unsigned AArch64FastISel::fastMaterializeConstant(const Constant *C) { in fastMaterializeConstant()
562 unsigned AArch64FastISel::fastMaterializeFloatZero(const ConstantFP* CFP) { in fastMaterializeFloatZero()
592 bool AArch64FastISel::computeAddress(const Value *Obj, Address &Addr, Type *Ty) in computeAddress()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1260 SRCS_MIN+= Target/AArch64/AArch64FastISel.cpp