Searched refs:ST (Results 76 - 100 of 153) sorted by relevance

1234567

/external/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp208 llvm::createMipsSEFrameLowering(const MipsSubtarget &ST) { argument
209 return new MipsSEFrameLowering(ST);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java36 import org.stringtemplate.v4.ST;
85 * ST knows how to pay attention to the default encoding so it
327 /** Handle all ST error listeners here (code gen, Grammar, and this class
362 /** Errors during initialization related to ST must all go to System.err.
510 /** Given a message ID, return a ST that somebody can fill
512 * in the messages ST group.
514 public static ST getMessage(int msgID) {
529 /** Return a ST that refers to the current format used for
532 public static ST getLocationFormat() {
535 public static ST getReportForma
[all...]
H A DGrammarAST.java41 import org.stringtemplate.v4.ST;
123 /** if this is a TOKEN_REF or RULE_REF node, this is the code ST
127 public ST code;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp463 } else if (const StoreSDNode *ST = dyn_cast<StoreSDNode>(this)) {
464 OS << "<" << *ST->getMemOperand();
466 if (ST->isTruncatingStore())
467 OS << ", trunc to " << ST->getMemoryVT().getEVTString();
469 const char *AM = getIndexedModeName(ST->getAddressingMode());
H A DLegalizeVectorTypes.cpp2224 StoreSDNode *ST = cast<StoreSDNode>(N); local
2227 if (ST->isTruncatingStore())
2228 GenWidenVectorTruncStores(StChain, ST);
2230 GenWidenVectorStores(StChain, ST);
2235 return DAG.getNode(ISD::TokenFactor, ST->getDebugLoc(),
2560 StoreSDNode *ST) {
2564 SDValue Chain = ST->getChain();
2565 SDValue BasePtr = ST->getBasePtr();
2566 unsigned Align = ST->getAlignment();
2567 bool isVolatile = ST
2559 GenWidenVectorStores(SmallVector<SDValue, 16>& StChain, StoreSDNode *ST) argument
2628 GenWidenVectorTruncStores(SmallVector<SDValue, 16>& StChain, StoreSDNode *ST) argument
[all...]
H A DDAGCombiner.cpp6726 } else if (StoreSDNode *ST = dyn_cast<StoreSDNode>(Use)) {
6727 if (ST->isIndexed() || ST->getBasePtr().getNode() != N)
6729 VT = ST->getValue().getValueType();
6777 } else if (StoreSDNode *ST = dyn_cast<StoreSDNode>(N)) {
6778 if (ST->isIndexed())
6780 VT = ST->getMemoryVT();
6784 Ptr = ST->getBasePtr();
6904 } else if (StoreSDNode *ST = dyn_cast<StoreSDNode>(N)) {
6905 if (ST
7274 StoreSDNode *ST = cast<StoreSDNode>(N); local
7396 StoreSDNode *ST = cast<StoreSDNode>(N); local
7448 StoreSDNode *ST = cast<StoreSDNode>(N); local
[all...]
/external/llvm/lib/Target/
H A DTargetData.cpp44 StructLayout::StructLayout(StructType *ST, const TargetData &TD) { argument
45 assert(!ST->isOpaque() && "Cannot get layout of opaque structs");
48 NumElements = ST->getNumElements();
52 Type *Ty = ST->getElementType(i);
53 unsigned TyAlign = ST->isPacked() ? 1 : TD.getABITypeAlignment(Ty);
/external/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl63 $ST="std";
75 $ST="stw";
335 $ST $A,`0*$SZ`($ctx) ; save context
337 $ST $B,`1*$SZ`($ctx)
339 $ST $C,`2*$SZ`($ctx)
341 $ST $D,`3*$SZ`($ctx)
343 $ST $E,`4*$SZ`($ctx)
345 $ST $F,`5*$SZ`($ctx)
347 $ST $G,`6*$SZ`($ctx)
348 $ST
[all...]
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp240 const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); local
241 unsigned SpecialAddressLatency = ST.getSpecialAddressLatency();
287 ST.adjustSchedDependency(SU, UseSU, dep);
354 const TargetSubtargetInfo &ST = local
356 unsigned SpecialAddressLatency = ST.getSpecialAddressLatency();
488 const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); local
489 ST.adjustSchedDependency(DefSU, SU, const_cast<SDep &>(dep));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java72 public static final ASN1ObjectIdentifier ST = new ASN1ObjectIdentifier("2.5.4.8"); field in class:BCStyle
213 DefaultSymbols.put(ST, "ST");
246 DefaultLookUp.put("st", ST);
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp30 SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST) argument
32 RI(ST, *this), Subtarget(ST) {
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp165 static void StripSymtab(ValueSymbolTable &ST, bool PreserveDbgInfo) { argument
166 for (ValueSymbolTable::iterator VI = ST.begin(), VE = ST.end(); VI != VE; ) {
/external/llvm/include/llvm/Target/
H A DTargetData.h358 StructLayout(StructType *ST, const TargetData &TD);
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h32 explicit HexagonInstrInfo(HexagonSubtarget &ST);
/external/llvm/test/MC/X86/
H A Dx86-64.s562 fsubrp %ST(0), %ST(1) // CHECK: encoding: [0xde,0xe9]
563 fsubrp %ST(1), %ST(0) // CHECK: encoding: [0xde,0xe9]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DRubyTarget.java34 import org.stringtemplate.v4.ST;
307 ST outputFileST
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp193 ProgramStateRef ST) {
203 ScanReachableSymbols RSScaner(ST, CB);
191 removeDeadBindings(Environment Env, SymbolReaper &SymReaper, ProgramStateRef ST) argument
/external/qemu/target-i386/
H A Dexec.h55 #define ST(n) (env->fpregs[(env->fpstt + (n)) & 7].d) macro
56 #define ST1 ST(1)
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAttributes.java35 import org.stringtemplate.v4.ST;
66 ST actionST = new ST(templates, "<action>");
410 ST codeST = generator.getRecognizerST();
654 ST codeST = generator.getRecognizerST();
698 ST codeST = generator.getRecognizerST();
724 ST codeST = generator.getRecognizerST();
1460 ST actionST = new ST(templates, rawTranslation);
1530 ST codeS
[all...]
/external/llvm/lib/Linker/
H A DLinkModules.cpp610 StructType *ST = SrcStructTypes[i]; local
611 if (!ST->hasName()) continue;
614 size_t DotPos = ST->getName().rfind('.');
616 ST->getName().back() == '.' || !isdigit(ST->getName()[DotPos+1]))
620 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos)))
639 TypeMap.addTypeMapping(DST, ST);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java94 public static final ASN1ObjectIdentifier ST = new ASN1ObjectIdentifier("2.5.4.8"); field in class:X509Name
271 DefaultSymbols.put(ST, "ST");
303 RFC2253Symbols.put(ST, "ST");
313 RFC1779Symbols.put(ST, "ST");
322 DefaultLookUp.put("st", ST);
587 * Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
597 * Takes an X509 dir name as a string of the format "C=AU, ST
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp339 StoreSDNode *ST = cast<StoreSDNode>(N); local
340 EVT StoreVT = ST->getMemoryVT();
344 if (ST->isIndexed())
351 unsigned int codeAddrSpace = getCodeAddrSpace(ST, Subtarget);
355 bool isVolatile = ST->isVolatile();
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp69 PPCRegisterInfo::PPCRegisterInfo(const PPCSubtarget &ST, argument
71 : PPCGenRegisterInfo(ST.isPPC64() ? PPC::LR8 : PPC::LR,
72 ST.isPPC64() ? 0 : 1,
73 ST.isPPC64() ? 0 : 1),
74 Subtarget(ST), TII(tii) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h432 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, argument
434 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T);
/external/llvm/include/llvm/Support/
H A DYAMLParser.h402 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST) argument
404 , SeqType(ST)

Completed in 2580 milliseconds

1234567