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

  /external/llvm/lib/Target/ARM/
ARMTargetMachine.h 49 virtual const ARMTargetLowering *getTargetLowering() const {
72 ARMTargetLowering TLInfo;
86 virtual const ARMTargetLowering *getTargetLowering() const {
109 ARMTargetLowering TLInfo;
125 virtual const ARMTargetLowering *getTargetLowering() const {
ARMSelectionDAGInfo.cpp 152 const ARMTargetLowering &TLI =
153 *static_cast<const ARMTargetLowering*>(DAG.getTarget().getTargetLowering());
ARMISelLowering.cpp 93 void ARMTargetLowering::addTypeForNEON(MVT VT, MVT PromotedLdStVT,
152 void ARMTargetLowering::addDRTypeForNEON(MVT VT) {
157 void ARMTargetLowering::addQRTypeForNEON(MVT VT) {
169 ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
478 // ARMTargetLowering::addTypeForNEON method for details.
486 // ARMTargetLowering::addTypeForNEON method for details.
    [all...]
ARMISelLowering.h 249 // ARMTargetLowering - ARM Implementation of the TargetLowering interface
251 class ARMTargetLowering : public TargetLowering {
253 explicit ARMTargetLowering(TargetMachine &TM);
ARMTargetTransformInfo.cpp 38 const ARMTargetLowering *TLI;

Completed in 227 milliseconds