Searched refs:BPFTargetLowering (Results 1 – 4 of 4) sorted by relevance
53 BPFTargetLowering::BPFTargetLowering(const TargetMachine &TM, in BPFTargetLowering() function in BPFTargetLowering193 bool BPFTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal()197 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()205 bool BPFTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree()213 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()221 bool BPFTargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree()229 bool BPFTargetLowering::isZExtFree(SDValue Val, EVT VT2) const { in isZExtFree()241 BPFTargetLowering::ConstraintType242 BPFTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType()256 BPFTargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, in getRegForInlineAsmConstraint()[all …]
40 BPFTargetLowering TLInfo;102 const BPFTargetLowering *getTargetLowering() const override {
35 class BPFTargetLowering : public TargetLowering {37 explicit BPFTargetLowering(const TargetMachine &TM, const BPFSubtarget &STI);49 BPFTargetLowering::ConstraintType
30 const BPFTargetLowering *TLI;33 const BPFTargetLowering *getTLI() const { return TLI; } in getTLI()