Home
last modified time | relevance | path

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

/external/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
303 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad() local
DMSP430ISelLowering.cpp936 ISD::MemIndexedMode &AM, in getPostIndexedAddressParts()
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1 …=I!=null?I:1;A.add=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]+=D}return A.normalize(…
/external/llvm/lib/Target/X86/
DX86FastISel.cpp176 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM, in X86FastEmitLoad()
235 X86FastISel::X86FastEmitStore(EVT VT, unsigned Val, const X86AddressMode &AM) { in X86FastEmitStore()
281 const X86AddressMode &AM) { in X86FastEmitStore()
337 bool X86FastISel::X86SelectAddress(const Value *V, X86AddressMode &AM) { in X86SelectAddress()
597 bool X86FastISel::X86SelectCallAddress(const Value *V, X86AddressMode &AM) { in X86SelectCallAddress()
700 X86AddressMode AM; in X86SelectStore() local
826 X86AddressMode AM; in X86SelectLoad() local
1433 X86AddressMode AM; in X86VisitIntrinsicCall() local
1440 X86AddressMode AM; in X86VisitIntrinsicCall() local
1748 X86AddressMode AM; in DoSelectCall() local
[all …]
DX86ISelDAGToDAG.cpp229 inline void getAddressOperands(X86ISelAddressMode &AM, SDValue &Base, in getAddressOperands()
566 X86ISelAddressMode &AM) { in FoldOffsetIntoAddress()
584 bool X86DAGToDAGISel::MatchLoadInAddress(LoadSDNode *N, X86ISelAddressMode &AM){ in MatchLoadInAddress()
612 bool X86DAGToDAGISel::MatchWrapper(SDValue N, X86ISelAddressMode &AM) { in MatchWrapper()
699 bool X86DAGToDAGISel::MatchAddress(SDValue N, X86ISelAddressMode &AM) { in MatchAddress()
747 X86ISelAddressMode &AM) { in FoldMaskAndShiftToExtract()
790 X86ISelAddressMode &AM) { in FoldMaskedShiftToScaledMask()
857 X86ISelAddressMode &AM) { in FoldMaskAndShiftToScale()
935 bool X86DAGToDAGISel::MatchAddressRecursively(SDValue N, X86ISelAddressMode &AM, in MatchAddressRecursively()
1246 bool X86DAGToDAGISel::MatchAddressBase(SDValue N, X86ISelAddressMode &AM) { in MatchAddressBase()
[all …]
DX86InstrBuilder.h123 const X86AddressMode &AM) { in addFullAddress()
DX86InstrInfo.cpp2681 X86AddressMode AM; in emitFrameIndexDebugValue() local
DX86ISelLowering.cpp11199 bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
12552 X86AddressMode AM; in EmitInstrWithCustomInserter() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp315 const char *SDNode::getIndexedModeName(ISD::MemIndexedMode AM) { in getIndexedModeName()
450 const char *AM = getIndexedModeName(LD->getAddressingMode()); in print_details() local
461 const char *AM = getIndexedModeName(ST->getAddressingMode()); in print_details() local
DSelectionDAG.cpp488 encodeMemSDNodeFlags(int ConvType, ISD::MemIndexedMode AM, bool isVolatile, in encodeMemSDNodeFlags()
4134 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
4167 SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
4240 SDValue Offset, ISD::MemIndexedMode AM) { in getIndexedLoad()
4371 SDValue Offset, ISD::MemIndexedMode AM) { in getIndexedStore()
DTargetLowering.cpp3221 bool TargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
DDAGCombiner.cpp6300 TargetLowering::AddrMode AM; in canFoldInAddressingMode() local
6366 ISD::MemIndexedMode AM = ISD::UNINDEXED; in CombineToPreIndexedLoadStore() local
6500 ISD::MemIndexedMode AM = ISD::UNINDEXED; in CombineToPostIndexedLoadStore() local
/external/llvm/include/llvm/Transforms/Utils/
DAddrModeMatcher.h75 Instruction *MI, ExtAddrMode &AM) in AddressingModeMatcher()
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp220 const MDNode *AM = LocA.TBAATag; in alias() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp728 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectAddrMode2OffsetReg() local
764 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectAddrMode2OffsetImmPre() local
784 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectAddrMode2OffsetImm() local
857 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectAddrMode3Offset() local
943 ISD::MemIndexedMode AM = LdSt->getAddressingMode(); in SelectAddrMode6Offset() local
1259 ISD::MemIndexedMode AM = (Opcode == ISD::LOAD) in SelectT2AddrModeImm8Offset() local
1332 ISD::MemIndexedMode AM = LD->getAddressingMode(); in SelectARMIndexedLoad() local
1405 ISD::MemIndexedMode AM = LD->getAddressingMode(); in SelectT2IndexedLoad() local
DARMISelLowering.cpp8616 bool ARMTargetLowering::isLegalT2ScaledAddressingMode(const AddrMode &AM, in isLegalT2ScaledAddressingMode()
8651 bool ARMTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
8822 ISD::MemIndexedMode &AM, in getPreIndexedAddressParts()
8861 ISD::MemIndexedMode &AM, in getPostIndexedAddressParts()
/external/icu4c/i18n/unicode/
Dcalendar.h257 AM, enumerator
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp626 ISD::MemIndexedMode &AM, in getPostIndexedAddressParts()
1419 bool HexagonTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
DHexagonISelDAGToDAG.cpp581 ISD::MemIndexedMode AM = LD->getAddressingMode(); in SelectLoad() local
720 ISD::MemIndexedMode AM = ST->getAddressingMode(); in SelectStore() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp226 TargetLowering::AddrMode AM; member
1261 static bool isLegalUse(const TargetLowering::AddrMode &AM, in isLegalUse()
1318 static bool isLegalUse(TargetLowering::AddrMode AM, in isLegalUse()
1349 TargetLowering::AddrMode AM; in isAlwaysFoldable() local
1387 TargetLowering::AddrMode AM; in isAlwaysFoldable() local
1978 TargetLowering::AddrMode AM; in OptimizeLoopTermCond() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp639 AllocaModifier AM(BB, &PT, &R); AM.ActN(5); // Throw in a few allocas in FillFunction() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1564 XCoreTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1085 ISD::MemIndexedMode &AM, in getPreIndexedAddressParts()
5706 bool PPCTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp3243 SPUTargetLowering::isLegalAddressingMode(const AddrMode &AM, in isLegalAddressingMode() argument
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp706 const ComplexPattern *AM = P->getComplexPatternInfo(CGP); in getPatternSize() local