HomeSort by relevance Sort by last modified time
    Searched refs:ST (Results 101 - 125 of 243) sorted by null

1 2 3 45 6 7 8 910

  /external/llvm/lib/CodeGen/
StackProtector.cpp 160 const StructType *ST = dyn_cast<StructType>(Ty);
161 if (!ST) return false;
163 for (StructType::element_iterator I = ST->element_begin(),
164 E = ST->element_end(); I != E; ++I)
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
x86_cliptest.S 216 FSTP( ST(0) ) /* */
228 FMUL2( ST(1), ST0 )
231 FMUL2( ST(2), ST0 )
234 FMUL2( ST(3), ST0 )
236 FXCH( ST(2) ) /* F0 F1 F2 F3 */
  /external/mesa3d/src/mesa/x86/
x86_cliptest.S 216 FSTP( ST(0) ) /* */
228 FMUL2( ST(1), ST0 )
231 FMUL2( ST(2), ST0 )
234 FMUL2( ST(3), ST0 )
236 FXCH( ST(2) ) /* F0 F1 F2 F3 */
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 54 const AMDGPUSubtarget &ST;
68 bool isEg = (ST.getGeneration() >= AMDGPUSubtarget::EVERGREEN);
101 if (ST.hasCaymanISA()) {
304 switch (ST.getGeneration()) {
324 ST(tm.getSubtarget<AMDGPUSubtarget>()) {
325 const AMDGPUSubtarget &ST = tm.getSubtarget<AMDGPUSubtarget>();
326 MaxFetchInst = ST.getTexVTXClauseSize();
AMDGPUISelDAGToDAG.cpp 259 const AMDGPUSubtarget &ST = TM.getSubtarget<AMDGPUSubtarget>();
260 if (ST.getGeneration() > AMDGPUSubtarget::NORTHERN_ISLANDS) {
296 const AMDGPUSubtarget &ST = TM.getSubtarget<AMDGPUSubtarget>();
297 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) {
319 const AMDGPUSubtarget &ST = TM.getSubtarget<AMDGPUSubtarget>();
322 if (ST.getGeneration() > AMDGPUSubtarget::NORTHERN_ISLANDS) {
421 const AMDGPUSubtarget &ST = TM.getSubtarget<AMDGPUSubtarget>();
422 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) {
631 const AMDGPUSubtarget &ST = TM.getSubtarget<AMDGPUSubtarget>();
632 if (ST.getGeneration() < AMDGPUSubtarget::SOUTHERN_ISLANDS |
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 457 StoreSDNode *ST = cast<StoreSDNode>(Op);
458 assert(!ST->isTruncatingStore() && "Unexpected store type");
459 assert(ST->getMemoryVT() == MVT::i32 && "Unexpected store EVT");
460 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
464 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext()));
466 if (ST->getAlignment() >= ABIAlignment) {
469 SDValue Chain = ST->getChain();
470 SDValue BasePtr = ST->getBasePtr();
471 SDValue Value = ST->getValue();
474 if (ST->getAlignment() == 2)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 99 SDNode *SelectBaseOffsetStore(StoreSDNode *ST, SDLoc dl);
100 SDNode *SelectIndexedStore(StoreSDNode *ST, SDLoc dl);
691 SDNode *HexagonDAGToDAGISel::SelectIndexedStore(StoreSDNode *ST, SDLoc dl) {
692 SDValue Chain = ST->getChain();
693 SDValue Base = ST->getBasePtr();
694 SDValue Offset = ST->getOffset();
695 SDValue Value = ST->getValue();
699 EVT StoredVT = ST->getMemoryVT();
721 MemOp[0] = ST->getMemOperand();
724 ReplaceUses(ST, Result)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 76 SDValue OptimizeFloatStore(StoreSDNode *ST);
304 static void ExpandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG,
307 assert(ST->getAddressingMode() == ISD::UNINDEXED &&
309 SDValue Chain = ST->getChain();
310 SDValue Ptr = ST->getBasePtr();
311 SDValue Val = ST->getValue();
313 int Alignment = ST->getAlignment();
314 SDLoc dl(ST);
315 if (ST->getMemoryVT().isFloatingPoint() ||
316 ST->getMemoryVT().isVector())
    [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAGDumper.cpp 460 } else if (const StoreSDNode *ST = dyn_cast<StoreSDNode>(this)) {
461 OS << "<" << *ST->getMemOperand();
463 if (ST->isTruncatingStore())
464 OS << ", trunc to " << ST->getMemoryVT().getEVTString();
466 const char *AM = getIndexedModeName(ST->getAddressingMode());
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-ppc.pl 75 $ST="std";
87 $ST="stw";
362 $ST $A,`0*$SZ`($ctx)
364 $ST $B,`1*$SZ`($ctx)
366 $ST $C,`2*$SZ`($ctx)
368 $ST $D,`3*$SZ`($ctx)
370 $ST $E,`4*$SZ`($ctx)
372 $ST $F,`5*$SZ`($ctx)
373 $ST $G,`6*$SZ`($ctx)
375 $ST $H,`7*$SZ`($ctx
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 75 $ST="std";
87 $ST="stw";
362 $ST $A,`0*$SZ`($ctx)
364 $ST $B,`1*$SZ`($ctx)
366 $ST $C,`2*$SZ`($ctx)
368 $ST $D,`3*$SZ`($ctx)
370 $ST $E,`4*$SZ`($ctx)
372 $ST $F,`5*$SZ`($ctx)
373 $ST $G,`6*$SZ`($ctx)
375 $ST $H,`7*$SZ`($ctx
    [all...]
  /external/qemu/
i386-dis.c 64 eg. `fsub %st(3),%st' results in st = st - st(3) as expected, but
65 `fsub %st,%st(3)' results in st(3) = st - st(3), rather tha
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
pariscid.pl 10 $ST ="std";
14 $ST ="stw";
116 $ST %r0,0($inp)
  /external/openssl/crypto/
pariscid.pl 10 $ST ="std";
14 $ST ="stw";
116 $ST %r0,0($inp)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 72 public static final ASN1ObjectIdentifier ST = new ASN1ObjectIdentifier("2.5.4.8");
213 DefaultSymbols.put(ST, "ST");
246 DefaultLookUp.put("st", ST);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Target.java 33 import org.stringtemplate.v4.ST;
89 ST outputFileST)
100 ST headerFileST,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 406 StructType *ST = NULL;
409 ST = dyn_cast<StructType>(PT->getElementType());
412 if (ST) {
415 std::string Name = ST->getName().str();
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 406 StructType *ST = NULL;
409 ST = dyn_cast<StructType>(PT->getElementType());
412 if (ST) {
415 std::string Name = ST->getName().str();
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 147 ProgramStateRef ST) {
155 ScanReachableSymbols RSScaner(ST, CB);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 137 ST = 14,
145 case ST: return "st";
328 // and store ops only. Generic "updating" flag is used for ld/st multiple.
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 178 llvm::createMips16FrameLowering(const MipsSubtarget &ST) {
179 return new Mips16FrameLowering(ST);
MipsRegisterInfo.cpp 45 MipsRegisterInfo::MipsRegisterInfo(const MipsSubtarget &ST)
46 : MipsGenRegisterInfo(Mips::RA), Subtarget(ST) {}
  /external/llvm/unittests/Transforms/Utils/
SpecialCaseList.cpp 31 StructType *ST =
34 M, ST, false, GlobalValue::ExternalLinkage, 0, Name);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 36 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 getReportFormat()
    [all...]

Completed in 405 milliseconds

1 2 3 45 6 7 8 910