Searched refs:XCoreTargetLowering (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetTransformInfo.h33 const XCoreTargetLowering *TLI;
36 const XCoreTargetLowering *getTLI() const { return TLI; }
H A DXCoreSubtarget.h35 XCoreTargetLowering TLInfo;
53 const XCoreTargetLowering *getTargetLowering() const override {
H A DXCoreISelLowering.cpp9 // This file implements the XCoreTargetLowering class.
45 const char *XCoreTargetLowering::
73 XCoreTargetLowering::XCoreTargetLowering(const TargetMachine &TM, function in class:XCoreTargetLowering
179 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
197 SDValue XCoreTargetLowering::
231 void XCoreTargetLowering::ReplaceNodeResults(SDNode *N,
248 SDValue XCoreTargetLowering::getGlobalAddressWrapper(SDValue GA,
265 static bool IsSmallObject(const GlobalValue *GV, const XCoreTargetLowering &XTL) {
278 SDValue XCoreTargetLowering
[all...]
H A DXCoreISelLowering.h92 class XCoreTargetLowering : public TargetLowering class in namespace:llvm
95 explicit XCoreTargetLowering(const TargetMachine &TM,

Completed in 120 milliseconds