HomeSort by relevance Sort by last modified time
    Searched refs:ST (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/clang/test/CodeGenCXX/
reference-in-block-args.cpp 6 struct ST {
11 void OUTER_BLOCK(void (^fixer)(ST& ref)) {
12 ST ref = {2, 100};
21 OUTER_BLOCK(^(ST &ref) {
  /external/llvm/utils/TableGen/
SetTheory.cpp 30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) {
31 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts);
37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) {
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) {
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, DagInit *Expr, RecSet &Elts)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 30 const ProgramState *ST;
44 const ProgramState *st = 0)
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'
Environment.h 98 SymbolReaper &SymReaper, const ProgramState *ST);
  /external/llvm/lib/VMCore/
Value.cpp 127 static bool getSymTab(Value *V, ValueSymbolTable *&ST) {
128 ST = 0;
132 ST = &PP->getValueSymbolTable();
135 ST = &P->getValueSymbolTable();
138 ST = &P->getValueSymbolTable();
141 ST = &P->getValueSymbolTable();
178 ValueSymbolTable *ST;
179 if (getSymTab(this, ST))
182 if (!ST) { // No symbol table to update? Just do the change.
206 ST->removeValueName(Name)
    [all...]
SymbolTableListTraitsImpl.h 72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
73 ST->reinsertValue(V);
81 if (ValueSymbolTable *ST = TraitsClass::getSymTab(getListOwner()))
82 ST->removeValueName(V->getValueName());
Type.cpp 390 StructType *&ST = Context.pImpl->AnonStructTypes[Key];
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);
460 ST->setName(Name);
461 return ST;
    [all...]
  /external/openssl/crypto/des/
DES.xs 71 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(0))
    [all...]
  /external/bluetooth/glib/tests/
gen-casefold-txt.pl 78 next if ($fields[$FOLDING_STATUS] =~ /^[ST]$/);
  /frameworks/compile/slang/
slang_rs_export_type.cpp 945 llvm::OwningPtr<union RSType> ST(new union RSType);
946 RS_TYPE_SET_CLASS(ST, RS_TC_Primitive);
949 RS_PRIMITIVE_TYPE_SET_DATA_TYPE(ST, getType());
950 return ST.take();
989 llvm::OwningPtr<union RSType> ST(new union RSType);
991 RS_TYPE_SET_CLASS(ST, RS_TC_Pointer);
992 RS_POINTER_TYPE_SET_POINTEE_TYPE(ST, getPointeeType()->getSpecType());
994 if (RS_POINTER_TYPE_GET_POINTEE_TYPE(ST) != NULL)
995 return ST.take();
    [all...]
  /external/openssl/crypto/bn/asm/
ppc.pl 112 $ST= "stw"; # store
136 $ST= "std"; # store
226 #.set r3,3 # 1st argument/return value
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]=c
    [all...]
ppc-mont.pl 39 $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 $hi1,$BNSZ($tp
    [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 139 const PTXSubtarget& ST = TM.getSubtarget<PTXSubtarget>();
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>();
416 if (ST.useParamSpaceForDeviceArgs()) {
453 if (isKernel || ST.useParamSpaceForDeviceArgs()) {
473 if (ST.is64Bit()
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-s390x.pl 54 $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
    [all...]
sha512-sparcv9.pl 57 $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`
    [all...]
sha512-ppc.pl 73 $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 $H,`7*$SZ`($ctx
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 139 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode());
140 EVT StVT = ST->getMemoryVT();
141 EVT ValVT = ST->getValue().getValueType();
142 if (StVT.isVector() && ST->isTruncatingStore())
336 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode());
337 SDValue Chain = ST->getChain();
338 SDValue BasePTR = ST->getBasePtr();
339 SDValue Value = ST->getValue();
340 EVT StVT = ST->getMemoryVT();
342 unsigned Alignment = ST->getAlignment()
    [all...]
LegalizeDAG.cpp 91 SDValue OptimizeFloatStore(StoreSDNode *ST);
384 SDValue ExpandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG,
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->getPointerInfo()
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.h 29 explicit BlackfinInstrInfo(BlackfinSubtarget &ST);
BlackfinInstrInfo.cpp 29 BlackfinInstrInfo::BlackfinInstrInfo(BlackfinSubtarget &ST)
31 RI(ST, *this),
32 Subtarget(ST) {}
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 41 explicit SparcInstrInfo(SparcSubtarget &ST);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 102 if (StructType *ST = dyn_cast<StructType>(T))
103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes();
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 45 MBlazeRegisterInfo(const MBlazeSubtarget &ST, const TargetInstrInfo &tii)
46 : MBlazeGenRegisterInfo(MBlaze::R15), Subtarget(ST), TII(tii) {}
  /external/llvm/lib/Target/
TargetData.cpp 44 StructLayout::StructLayout(StructType *ST, const TargetData &TD) {
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/
XCoreISelLowering.cpp 495 StoreSDNode *ST = cast<StoreSDNode>(Op);
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->getAlignment() == 2)
    [all...]

Completed in 830 milliseconds

1 2 3 4