HomeSort by relevance Sort by last modified time
    Searched refs:XCoreTargetLowering (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreSubtarget.h 36 XCoreTargetLowering TLInfo;
54 const XCoreTargetLowering *getTargetLowering() const override {
XCoreTargetTransformInfo.h 34 const XCoreTargetLowering *TLI;
37 const XCoreTargetLowering *getTLI() const { return TLI; }
XCoreISelLowering.cpp 10 // This file implements the XCoreTargetLowering class.
44 const char *XCoreTargetLowering::
72 XCoreTargetLowering::XCoreTargetLowering(const TargetMachine &TM,
185 bool XCoreTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
203 SDValue XCoreTargetLowering::
237 void XCoreTargetLowering::ReplaceNodeResults(SDNode *N,
254 SDValue XCoreTargetLowering::getGlobalAddressWrapper(SDValue GA,
271 static bool IsSmallObject(const GlobalValue *GV, const XCoreTargetLowering &XTL) {
284 SDValue XCoreTargetLowering:
    [all...]
XCoreISelLowering.h 93 class XCoreTargetLowering : public TargetLowering
96 explicit XCoreTargetLowering(const TargetMachine &TM,

Completed in 172 milliseconds