Home
last modified time | relevance | path

Searched defs:AM (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp139 bool MSP430DAGToDAGISel::MatchWrapper(SDValue N, MSP430ISelAddressMode &AM) { in MatchWrapper()
171 bool MSP430DAGToDAGISel::MatchAddressBase(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddressBase()
184 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddress()
250 MSP430ISelAddressMode AM; in SelectAddr() local
304 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad() local
DMSP430ISelLowering.cpp1116 ISD::MemIndexedMode &AM, in getPostIndexedAddressParts()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DPassManager.h100 AnalysisManager *AM; variable
106 FunctionPassManager(AnalysisManager *AM = 0) : AM(AM) {} in AM() argument
123 AnalysisManager *AM; variable
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86FastISel.cpp182 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM, in X86FastEmitLoad()
242 const X86AddressMode &AM, bool Aligned) { in X86FastEmitStore()
297 const X86AddressMode &AM, bool Aligned) { in X86FastEmitStore()
350 bool X86FastISel::handleConstantAddresses(const Value *V, X86AddressMode &AM) { in handleConstantAddresses()
467 bool X86FastISel::X86SelectAddress(const Value *V, X86AddressMode &AM) { in X86SelectAddress()
628 bool X86FastISel::X86SelectCallAddress(const Value *V, X86AddressMode &AM) { in X86SelectCallAddress()
760 X86AddressMode AM; in X86SelectStore() local
908 X86AddressMode AM; in X86SelectLoad() local
1700 X86AddressMode AM; in X86VisitIntrinsicCall() local
1707 X86AddressMode AM; in X86VisitIntrinsicCall() local
[all …]
DX86ISelDAGToDAG.cpp228 inline void getAddressOperands(X86ISelAddressMode &AM, SDValue &Base, in getAddressOperands()
594 X86ISelAddressMode &AM) { in FoldOffsetIntoAddress()
612 bool X86DAGToDAGISel::MatchLoadInAddress(LoadSDNode *N, X86ISelAddressMode &AM){ in MatchLoadInAddress()
640 bool X86DAGToDAGISel::MatchWrapper(SDValue N, X86ISelAddressMode &AM) { in MatchWrapper()
735 bool X86DAGToDAGISel::MatchAddress(SDValue N, X86ISelAddressMode &AM) { in MatchAddress()
783 X86ISelAddressMode &AM) { in FoldMaskAndShiftToExtract()
826 X86ISelAddressMode &AM) { in FoldMaskedShiftToScaledMask()
893 X86ISelAddressMode &AM) { in FoldMaskAndShiftToScale()
971 bool X86DAGToDAGISel::MatchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in MatchAddressRecursively()
1282 bool X86DAGToDAGISel::MatchAddressBase(SDValue N, X86ISelAddressMode &AM) { in MatchAddressBase()
[all …]
DX86InstrBuilder.h123 const X86AddressMode &AM) { in addFullAddress()
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp363 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent()
374 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc()
386 static bool expandIndex(SystemZAddressingMode &AM, SDValue Base, in expandIndex()
398 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp()
413 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, in expandAddress()
575 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands()
600 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands()
615 SystemZAddressingMode AM(SystemZAddressingMode::FormBD, DR); in selectBDAddr() local
626 SystemZAddressingMode AM(SystemZAddressingMode::FormBDXNormal, DR); in selectMVIAddr() local
638 SystemZAddressingMode AM(Form, DR); in selectBDXAddr() local
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp318 const char *SDNode::getIndexedModeName(ISD::MemIndexedMode AM) { in getIndexedModeName()
457 const char *AM = getIndexedModeName(LD->getAddressingMode()); in print_details() local
468 const char *AM = getIndexedModeName(ST->getAddressingMode()); in print_details() local
DSelectionDAG.cpp510 encodeMemSDNodeFlags(int ConvType, ISD::MemIndexedMode AM, bool isVolatile, in encodeMemSDNodeFlags()
4492 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
4525 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
4616 SDValue Offset, ISD::MemIndexedMode AM) { in getIndexedLoad()
4751 SDValue Offset, ISD::MemIndexedMode AM) { in getIndexedStore()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp145 TargetLoweringBase::AddrMode AM; in isLegalAddressingMode() local
156 TargetLoweringBase::AddrMode AM; in getScalingFactorCost() local
DTargetLoweringBase.cpp1340 bool TargetLoweringBase::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp809 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectAddrMode2OffsetReg() local
845 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectAddrMode2OffsetImmPre() local
865 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectAddrMode2OffsetImm() local
940 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectAddrMode3Offset() local
1028 ISD::MemIndexedMode AM = LdSt->getAddressingMode(); in SelectAddrMode6Offset() local
1349 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectT2AddrModeImm8Offset() local
1450 ISD::MemIndexedMode AM = LD->getAddressingMode(); in SelectARMIndexedLoad() local
1523 ISD::MemIndexedMode AM = LD->getAddressingMode(); in SelectT2IndexedLoad() local
DARMISelLowering.cpp10420 bool ARMTargetLowering::isLegalT2ScaledAddressingMode(const AddrMode &AM, in isLegalT2ScaledAddressingMode()
10455 bool ARMTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
10633 ISD::MemIndexedMode &AM, in getPreIndexedAddressParts()
10672 ISD::MemIndexedMode &AM, in getPostIndexedAddressParts()
/freebsd-9-stable/usr.bin/at/
Dparsetime.c65 PM, AM, TOMORROW, TODAY, NOW, enumerator
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp453 const MDNode *AM = LocA.TBAATag; in alias() local
DDependenceAnalysis.cpp1281 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, in findGCD()
1398 APInt AM = ConstSrcCoeff->getValue()->getValue(); in exactSIVtest() local
1802 APInt AM = ConstSrcCoeff->getValue()->getValue(); in exactRDIVtest() local
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_peer.c42 int AM[AM_MODES][AM_MODES] = { variable
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp655 ISD::MemIndexedMode &AM, in getPostIndexedAddressParts()
1648 bool HexagonTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
DHexagonISelDAGToDAG.cpp678 ISD::MemIndexedMode AM = LD->getAddressingMode(); in SelectLoad() local
818 ISD::MemIndexedMode AM = ST->getAddressingMode(); in SelectStore() local
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp836 static inline raw_ostream &operator<<(raw_ostream &OS, const ExtAddrMode &AM) { in operator <<()
901 Instruction *MI, ExtAddrMode &AM) in AddressingModeMatcher()
/freebsd-9-stable/contrib/llvm/tools/llvm-stress/
Dllvm-stress.cpp648 AllocaModifier AM(BB, &PT, &R); AM.ActN(5); // Throw in a few allocas in FillFunction() local
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp737 const ComplexPattern *AM = P->getComplexPatternInfo(CGP); in getPatternSize() local
1679 const ComplexPattern *AM = Child->getComplexPatternInfo(CDP); in ApplyTypeConstraints() local
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1624 XCoreTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1957 bool NVPTXTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGClass.cpp1357 AssignmentMemcpyizer AM(*this, AssignOp, Args); in emitImplicitAssignmentOperatorBody() local

12