Home
last modified time | relevance | path

Searched refs:BPFTargetLowering (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp53 BPFTargetLowering::BPFTargetLowering(const TargetMachine &TM, in BPFTargetLowering() function in BPFTargetLowering
193 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::ConstraintType
242 BPFTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType()
256 BPFTargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, in getRegForInlineAsmConstraint()
[all …]
H A DBPFSubtarget.h40 BPFTargetLowering TLInfo;
102 const BPFTargetLowering *getTargetLowering() const override {
H A DBPFISelLowering.h35 class BPFTargetLowering : public TargetLowering {
37 explicit BPFTargetLowering(const TargetMachine &TM, const BPFSubtarget &STI);
49 BPFTargetLowering::ConstraintType
H A DBPFTargetTransformInfo.h30 const BPFTargetLowering *TLI;
33 const BPFTargetLowering *getTLI() const { return TLI; } in getTLI()