/external/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.cpp | 51 PPCRegisterInfo::PPCRegisterInfo(const PPCSubtarget &ST, argument 53 : PPCGenRegisterInfo(ST.isPPC64() ? PPC::LR8 : PPC::LR, 54 ST.isPPC64() ? 0 : 1, 55 ST.isPPC64() ? 0 : 1), 56 Subtarget(ST), TII(tii) {
|
/external/llvm/lib/Target/R600/ |
H A D | R600MachineScheduler.cpp | 43 const AMDGPUSubtarget &ST = DAG->TM.getSubtarget<AMDGPUSubtarget>(); local 44 if (ST.device()->getGeneration() <= AMDGPUDeviceInfo::HD5XXX) {
|
H A D | AMDILISelDAGToDAG.cpp | 166 const AMDGPUSubtarget &ST = TM.getSubtarget<AMDGPUSubtarget>(); local 167 if (ST.device()->getGeneration() > AMDGPUDeviceInfo::HD6XXX) { 196 const AMDGPUSubtarget &ST = TM.getSubtarget<AMDGPUSubtarget>(); local 199 if (ST.device()->getGeneration() > AMDGPUDeviceInfo::HD6XXX) { 293 const AMDGPUSubtarget &ST = TM.getSubtarget<AMDGPUSubtarget>(); local 294 if (ST.device()->getGeneration() <= AMDGPUDeviceInfo::HD6XXX) {
|
/external/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 30 SparcInstrInfo::SparcInstrInfo(SparcSubtarget &ST) argument 32 RI(ST, *this), Subtarget(ST) {
|
/external/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 37 const X86Subtarget *ST; member in class:__anon9845::X86TTI 45 X86TTI() : ImmutablePass(ID), TM(0), ST(0), TLI(0) { 50 : ImmutablePass(ID), TM(TM), ST(TM->getSubtargetImpl()), 127 // call ST->hasSSE3() instead of ST->hasSSE4(). 128 return ST->hasSSE41() ? PSK_FastHardware : PSK_Software; 132 if (Vector && !ST->hasSSE1()) 135 if (ST->is64Bit()) 142 if (ST->hasAVX()) return 256; 143 if (ST [all...] |
/external/llvm/lib/Transforms/IPO/ |
H A D | StripSymbols.cpp | 165 static void StripSymtab(ValueSymbolTable &ST, bool PreserveDbgInfo) { argument 166 for (ValueSymbolTable::iterator VI = ST.begin(), VE = ST.end(); VI != VE; ) {
|
/external/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 344 ValueSymbolTable &ST = F->getValueSymbolTable(); local 345 Value* V = ST.lookup(BlockInfo[i].second);
|
/external/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 41 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, argument 43 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); 59 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, argument
|
H A D | SetTheory.cpp | 30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { argument 31 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); 37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { argument 42 ST.evaluate(*Expr->arg_begin(), Add, Loc); 43 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc); 52 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { argument 57 ST.evaluate(Expr->arg_begin()[0], S1, Loc); 58 ST.evaluate(Expr->arg_begin()[1], S2, Loc); 67 virtual void apply2(SetTheory &ST, DagInit *Expr, 71 void apply(SetTheory &ST, DagIni argument 87 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts, ArrayRef<SMLoc> Loc) argument 100 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts, ArrayRef<SMLoc> Loc) argument 118 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts, ArrayRef<SMLoc> Loc) argument 137 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts, ArrayRef<SMLoc> Loc) argument 150 apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) argument 168 apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) argument 235 expand(SetTheory &ST, Record *Def, RecSet &Elts) argument [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
H A D | BCStyle.java | 72 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/CodeGen/ |
H A D | PostRASchedulerList.cpp | 272 const TargetSubtargetInfo &ST = Fn.getTarget().getSubtarget<TargetSubtargetInfo>(); local 273 if (!ST.enablePostRAScheduler(PassConfig->getOptLevel(), AntiDepMode,
|
H A D | ScheduleDAGInstrs.cpp | 57 const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); local 58 SchedModel.init(*ST.getSchedModel(), &ST, TII); 246 const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); local 275 ST.adjustSchedDependency(SU, UseSU, Dep); 431 const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); local 432 ST.adjustSchedDependency(DefSU, SU, const_cast<SDep &>(dep));
|
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.cpp | 702 StoreSDNode *ST = cast<StoreSDNode>(N); local 703 EVT StoreVT = ST->getMemoryVT(); 707 if (ST->isIndexed()) 714 unsigned int codeAddrSpace = getCodeAddrSpace(ST, Subtarget); 718 bool isVolatile = ST->isVolatile(); 879 SDNode *ST; local 1102 ST = CurDAG->getMachineNode(Opcode, DL, MVT::Other, &StOps[0], StOps.size()); 1106 cast<MachineSDNode>(ST)->setMemRefs(MemRefs0, MemRefs0 + 1); 1108 return ST;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
H A D | X509Name.java | 94 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/include/llvm/Support/ |
H A D | YAMLParser.h | 400 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST) argument 402 , SeqType(ST)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 72 SDValue OptimizeFloatStore(StoreSDNode *ST); 300 static void ExpandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG, argument 303 assert(ST->getAddressingMode() == ISD::UNINDEXED && 305 SDValue Chain = ST->getChain(); 306 SDValue Ptr = ST->getBasePtr(); 307 SDValue Val = ST->getValue(); 309 int Alignment = ST->getAlignment(); 310 DebugLoc dl = ST->getDebugLoc(); 311 if (ST->getMemoryVT().isFloatingPoint() || 312 ST 641 OptimizeFloatStore(StoreSDNode* ST) argument 699 StoreSDNode *ST = cast<StoreSDNode>(Node); local [all...] |
H A D | LegalizeVectorOps.cpp | 164 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode()); local 165 EVT StVT = ST->getMemoryVT(); 166 MVT ValVT = ST->getValue().getSimpleValueType(); 167 if (StVT.isVector() && ST->isTruncatingStore()) 523 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode()); local 524 SDValue Chain = ST->getChain(); 525 SDValue BasePTR = ST->getBasePtr(); 526 SDValue Value = ST->getValue(); 527 EVT StVT = ST->getMemoryVT(); 529 unsigned Alignment = ST [all...] |
H A D | LegalizeFloatTypes.cpp | 745 StoreSDNode *ST = cast<StoreSDNode>(N); local 746 SDValue Val = ST->getValue(); 749 if (ST->isTruncatingStore()) 751 Val = BitConvertToInteger(DAG.getNode(ISD::FP_ROUND, dl, ST->getMemoryVT(), 756 return DAG.getStore(ST->getChain(), dl, Val, ST->getBasePtr(), 757 ST->getPointerInfo(), 758 ST->isVolatile(), ST->isNonTemporal(), 759 ST 1422 StoreSDNode *ST = cast<StoreSDNode>(N); local [all...] |
/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 384 SymbolRef::Type ST; local 385 Symbols[SymIdx].getType(ST); 386 if (ST != SymbolRef::ST_Function)
|
/external/qemu/target-i386/ |
H A D | exec.h | 55 #define ST(n) (env->fpregs[(env->fpstt + (n)) & 7].d) macro 56 #define ST1 ST(1)
|
/external/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 1025 llvm::StructType *ST = local 1027 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); 1067 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD));
|
/external/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 103 KeyTy(const StructType* ST) : argument 104 ETypes(ArrayRef<Type*>(ST->element_begin(), ST->element_end())), 105 isPacked(ST->isPacked()) {} 128 static unsigned getHashValue(const StructType *ST) { argument 129 return getHashValue(KeyTy(ST));
|
H A D | Type.cpp | 411 StructType *ST; local 415 ST = new (Context.pImpl->TypeAllocator) StructType(Context); 416 ST->setSubclassData(SCDB_IsLiteral); // Literal struct. 417 ST->setBody(ETypes, isPacked); 418 Context.pImpl->AnonStructTypes[ST] = true; 420 ST = I->first; 423 return ST; 495 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context); local 497 ST->setName(Name); 498 return ST; 520 StructType *ST = create(Context, Name); local [all...] |
/external/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 603 StructType *ST = SrcStructTypes[i]; local 604 if (!ST->hasName()) continue; 607 size_t DotPos = ST->getName().rfind('.'); 609 ST->getName().back() == '.' || 610 !isdigit(static_cast<unsigned char>(ST->getName()[DotPos+1]))) 614 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos))) 633 TypeMap.addTypeMapping(DST, ST);
|
/external/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 659 SymbolRef::Type ST; local 660 getSymbolType(Symb, ST); 661 if (ST == SymbolRef::ST_Unknown) {
|