Searched defs:getTargetLowering (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h78 const TargetLowering &getTargetLowering() const { return TLI; } function in class:llvm::LegalizerHelper
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h100 virtual const TargetLowering *getTargetLowering() const { return nullptr; } function in class:llvm::TargetSubtargetInfo
H A DSelectionDAGISel.h75 const TargetLowering *getTargetLowering() const { return TLI; } function in class:llvm::SelectionDAGISel
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp209 const TargetLowering *getTargetLowering() { return &TLI; } function in class:__anon2355::final
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp64 const TargetLowering &CombinerHelper::getTargetLowering() const { function in class:CombinerHelper
[all...]

Completed in 283 milliseconds