Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetLowering.h23 class DirectXTargetLowering : public TargetLowering {
25 explicit DirectXTargetLowering(const DirectXTargetMachine &TM,
H A DDirectXTargetTransformInfo.h27 const DirectXTargetLowering *TLI;
30 const DirectXTargetLowering *getTLI() const { return TLI; } in getTLI()
H A DDirectXSubtarget.h32 DirectXTargetLowering TL;
45 const DirectXTargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DDirectXTargetMachine.cpp165 DirectXTargetLowering::DirectXTargetLowering(const DirectXTargetMachine &TM, in DirectXTargetLowering() function in DirectXTargetLowering