Searched refs:ST (Results 1 - 25 of 80) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
H A Dreference-in-block-args.cpp6 struct ST { struct
11 void OUTER_BLOCK(void (^fixer)(ST& ref)) {
12 ST ref = {2, 100};
21 OUTER_BLOCK(^(ST &ref) {
/external/llvm/utils/TableGen/
H A DSetTheory.cpp30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { argument
31 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts);
37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { argument
42 ST.evaluate(*Expr->arg_begin(), Add);
43 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub);
52 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { argument
56 ST.evaluate(Expr->arg_begin()[0], S1);
57 ST.evaluate(Expr->arg_begin()[1], S2);
66 virtual void apply2(SetTheory &ST, DagInit *Expr,
70 void apply(SetTheory &ST, DagIni argument
84 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
96 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
113 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
132 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
144 apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) argument
195 expand(SetTheory &ST, Record *Def, RecSet &Elts) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h30 const ProgramState *ST; member in class:clang::ento::CheckerContext
49 ST(st),
54 assert(!(ST && ST != Pred->getState()));
76 const ProgramState *getState() { return ST ? ST : Pred->getState(); }
140 // If the 'state' is not new, we need to check if the cached state 'ST'
H A DEnvironment.h98 SymbolReaper &SymReaper, const ProgramState *ST);
/external/bluetooth/glib/tests/
H A Dgen-casefold-txt.pl78 next if ($fields[$FOLDING_STATUS] =~ /^[ST]$/);
/external/llvm/lib/VMCore/
H A DValue.cpp127 static bool getSymTab(Value *V, ValueSymbolTable *&ST) { argument
128 ST = 0;
132 ST = &PP->getValueSymbolTable();
135 ST = &P->getValueSymbolTable();
138 ST = &P->getValueSymbolTable();
141 ST = &P->getValueSymbolTable();
178 ValueSymbolTable *ST; local
179 if (getSymTab(this, ST))
182 if (!ST) { // No symbol table to update? Just do the change.
206 ST
222 ValueSymbolTable *ST = 0; local
[all...]
H A DSymbolTableListTraitsImpl.h72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
73 ST->reinsertValue(V);
81 if (ValueSymbolTable *ST = TraitsClass::getSymTab(getListOwner()))
82 ST->removeValueName(V->getValueName());
H A DType.cpp390 StructType *&ST = Context.pImpl->AnonStructTypes[Key]; local
391 if (ST) return ST;
394 ST = new (Context.pImpl->TypeAllocator) StructType(Context);
395 ST->setSubclassData(SCDB_IsLiteral); // Literal struct.
396 ST->setBody(ETypes, isPacked);
397 return ST;
458 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context); local
460 ST->setName(Name);
461 return ST;
483 StructType *ST = create(Context, Name); local
[all...]
/external/openssl/crypto/des/
H A DDES.xs71 l=SvCUR(ST(0));
80 sv_setpvn(ST(2),(char *)c[len-8],8);
97 l=SvCUR(ST(0));
105 sv_setpvn(ST(3),(char *)ivec1,8);
106 sv_setpvn(ST(4),(char *)ivec2,8);
124 l=SvCUR(ST(0));
131 sv_setpvn(ST(2),(char *)c,8);
149 len=SvCUR(ST(0));
157 sv_setpvn(ST(3),(char *)ivec,8);
190 len=SvCUR(ST(
[all...]
/external/openssl/crypto/bn/asm/
H A Dppc.pl112 $ST= "stw"; # store
136 $ST= "std"; # store
294 $ST r9,`0*$BNSZ`(r3) # r[0]=c1;
309 $ST r10,`1*$BNSZ`(r3) #r[1]=c2;
328 $ST r11,`2*$BNSZ`(r3) #r[2]=c3
352 $ST r9,`3*$BNSZ`(r3) #r[3]=c1
370 $ST r10,`4*$BNSZ`(r3) #r[4]=c2
382 $ST r11,`5*$BNSZ`(r3) #r[5] = c3
389 $ST r9,`6*$BNSZ`(r3) #r[6]=c1
390 $ST r1
[all...]
H A Dppc-mont.pl39 $ST= "stw"; # store
47 $PUSH= $ST;
60 $ST= "std"; # store
68 $PUSH= $ST;
184 $ST $lo1,0($tp) ; tp[j-1]
197 $ST $lo1,0($tp) ; tp[j-1]
202 $ST $hi1,$BNSZ($tp)
250 $ST $lo1,0($tp) ; tp[j-1]
264 $ST $lo1,0($tp) ; tp[j-1]
270 $ST
[all...]
/external/llvm/lib/Target/PTX/
H A DPTXAsmPrinter.cpp139 const PTXSubtarget& ST = TM.getSubtarget<PTXSubtarget>(); local
142 OutStreamer.EmitRawText(Twine("\t.version " + ST.getPTXVersionString()));
143 OutStreamer.EmitRawText(Twine("\t.target " + ST.getTargetString() +
144 (ST.supportsDouble() ? ""
148 if (ST.supportsPTX23()) {
149 std::string addrSize = ST.is64Bit() ? "64" : "32";
409 const PTXSubtarget& ST = TM.getSubtarget<PTXSubtarget>(); local
416 if (ST.useParamSpaceForDeviceArgs()) {
453 if (isKernel || ST.useParamSpaceForDeviceArgs()) {
473 if (ST
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl54 $ST="stg"; # store to memory
68 $ST="st"; # store to memory
96 $ST $T1,`160+$SZ*($i%16)`($sp)
278 $ST $A,`0*$SZ`($ctx)
279 $ST $B,`1*$SZ`($ctx)
280 $ST $C,`2*$SZ`($ctx)
281 $ST $D,`3*$SZ`($ctx)
282 $ST $E,`4*$SZ`($ctx)
283 $ST $F,`5*$SZ`($ctx)
284 $ST
[all...]
H A Dsha512-sparcv9.pl57 $ST="stx"; # store to memory
83 $ST="st"; # store to memory
185 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
204 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
379 $ST $T1,[%sp+`$bias+$frame+($i%16)*$SZ`]
509 $ST $A,[$ctx+`0*$SZ`]
511 $ST $B,[$ctx+`1*$SZ`]
513 $ST $C,[$ctx+`2*$SZ`]
515 $ST $D,[$ctx+`3*$SZ`]
517 $ST
[all...]
H A Dsha512-ppc.pl73 $ST="std";
85 $ST="stw";
359 $ST $A,`0*$SZ`($ctx)
361 $ST $B,`1*$SZ`($ctx)
363 $ST $C,`2*$SZ`($ctx)
365 $ST $D,`3*$SZ`($ctx)
367 $ST $E,`4*$SZ`($ctx)
369 $ST $F,`5*$SZ`($ctx)
370 $ST $G,`6*$SZ`($ctx)
372 $ST
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp139 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode()); local
140 EVT StVT = ST->getMemoryVT();
141 EVT ValVT = ST->getValue().getValueType();
142 if (StVT.isVector() && ST->isTruncatingStore())
336 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode()); local
337 SDValue Chain = ST->getChain();
338 SDValue BasePTR = ST->getBasePtr();
339 SDValue Value = ST->getValue();
340 EVT StVT = ST->getMemoryVT();
342 unsigned Alignment = ST
[all...]
H A DLegalizeDAG.cpp91 SDValue OptimizeFloatStore(StoreSDNode *ST);
384 SDValue ExpandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG, argument
386 SDValue Chain = ST->getChain();
387 SDValue Ptr = ST->getBasePtr();
388 SDValue Val = ST->getValue();
390 int Alignment = ST->getAlignment();
391 DebugLoc dl = ST->getDebugLoc();
392 if (ST->getMemoryVT().isFloatingPoint() ||
393 ST->getMemoryVT().isVector()) {
400 return DAG.getStore(Chain, dl, Result, Ptr, ST
706 OptimizeFloatStore(StoreSDNode* ST) argument
1407 StoreSDNode *ST = cast<StoreSDNode>(Node); local
[all...]
/external/llvm/lib/Target/Blackfin/
H A DBlackfinInstrInfo.h29 explicit BlackfinInstrInfo(BlackfinSubtarget &ST);
H A DBlackfinInstrInfo.cpp29 BlackfinInstrInfo::BlackfinInstrInfo(BlackfinSubtarget &ST) argument
31 RI(ST, *this),
32 Subtarget(ST) {}
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h41 explicit SparcInstrInfo(SparcSubtarget &ST);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp102 if (StructType *ST = dyn_cast<StructType>(T))
103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes();
/external/llvm/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp45 MBlazeRegisterInfo(const MBlazeSubtarget &ST, const TargetInstrInfo &tii) argument
46 : MBlazeGenRegisterInfo(MBlaze::R15), Subtarget(ST), TII(tii) {}
/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/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp495 StoreSDNode *ST = cast<StoreSDNode>(Op); local
496 assert(!ST->isTruncatingStore() && "Unexpected store type");
497 assert(ST->getMemoryVT() == MVT::i32 && "Unexpected store EVT");
498 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
502 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext()));
504 if (ST->getAlignment() >= ABIAlignment) {
507 SDValue Chain = ST->getChain();
508 SDValue BasePtr = ST->getBasePtr();
509 SDValue Value = ST->getValue();
512 if (ST
1477 StoreSDNode *ST = cast<StoreSDNode>(N); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp708 if (StructType *ST = dyn_cast<StructType>(ToType)) {
709 const StructLayout &Layout = *TD.getStructLayout(ST);
710 Value *Res = UndefValue::get(ST);
711 for (unsigned i = 0, e = ST->getNumElements(); i != e; ++i) {
712 Value *Elt = ConvertScalar_ExtractValue(FromVal, ST->getElementType(i),
816 if (StructType *ST = dyn_cast<StructType>(SV->getType())) {
817 const StructLayout &Layout = *TD.getStructLayout(ST);
818 for (unsigned i = 0, e = ST->getNumElements(); i != e; ++i) {
1339 if (StructType *ST = dyn_cast<StructType>(T))
1340 return ST
[all...]

Completed in 457 milliseconds

1234