Searched refs:BPFTargetLowering (Results 1 – 5 of 5) sorted by relevance
54 BPFTargetLowering::BPFTargetLowering(const TargetMachine &TM, in BPFTargetLowering() function in BPFTargetLowering201 bool BPFTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal()205 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()213 bool BPFTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree()221 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()229 bool BPFTargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree()237 bool BPFTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree()249 BPFTargetLowering::ConstraintType250 BPFTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType()264 BPFTargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, in getRegForInlineAsmConstraint()[all …]
35 class BPFTargetLowering : public TargetLowering {37 explicit BPFTargetLowering(const TargetMachine &TM, const BPFSubtarget &STI);49 BPFTargetLowering::ConstraintType
40 BPFTargetLowering TLInfo;104 const BPFTargetLowering *getTargetLowering() const override { in getTargetLowering()
30 const BPFTargetLowering *TLI;33 const BPFTargetLowering *getTLI() const { return TLI; } in getTLI()
22 BPFCallLowering::BPFCallLowering(const BPFTargetLowering &TLI) in BPFCallLowering()