Searched refs:AArch64FastISel (Results 1 – 2 of 2) sorted by relevance
82 class AArch64FastISel final : public FastISel { class285 explicit AArch64FastISel(FunctionLoweringInfo &FuncInfo, in AArch64FastISel() function in __anon53fc71c20111::AArch64FastISel338 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 …]
1260 SRCS_MIN+= Target/AArch64/AArch64FastISel.cpp