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

1 23 4

  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 210 const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>();
211 unsigned SpecialAddressLatency = ST.getSpecialAddressLatency();
329 ST.adjustSchedDependency(SU, UseSU, const_cast<SDep &>(dep));
342 ST.adjustSchedDependency(SU, UseSU, const_cast<SDep &>(dep));
PostRASchedulerList.cpp 223 const TargetSubtargetInfo &ST = Fn.getTarget().getSubtarget<TargetSubtargetInfo>();
224 if (!ST.enablePostRAScheduler(OptLevel, AntiDepMode, CriticalPathRCs))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 301 if (Constant *ST = dyn_cast<Constant>(SI->getOperand(1)))
302 if (ST->isNullValue())
305 if (Constant *ST = dyn_cast<Constant>(SI->getOperand(2)))
306 if (ST->isNullValue())
InstCombineCalls.cpp 417 StructType *ST = cast<StructType>(II->getType());
418 Constant *Struct = ConstantStruct::get(ST, V);
431 StructType *ST = cast<StructType>(II->getType());
432 Constant *Struct = ConstantStruct::get(ST, V);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 1042 arg1 = (int) SvIV(ST(0));
1045 ST(argvi) = sv_newmortal();
1046 sv_setiv(ST(argvi++), (IV) result);
1164 ST(0) = &PL_sv_yes;
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
Constants.cpp 679 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) {
683 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V);
685 assert((ST->isOpaque() || ST->getNumElements() == V.size()) &&
687 return ConstantAggregateZero::get(ST);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 535 StructType* ST = cast<StructType>(Ty);
536 if (!ST->isLiteral()) {
538 printEscapedString(ST->getName());
545 printEscapedString(ST->getName());
556 StructType::element_iterator EI = ST->element_begin();
557 StructType::element_iterator EE = ST->element_end();
567 if (ST->isLiteral()) {
577 << (ST->isPacked() ? "true" : "false") << ");";
579 if (!ST->isLiteral()) {
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 558 LowerLOAD(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
766 LowerSTORE(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 298 StructType *ST = cast<StructType>(T);
300 TypeVals.push_back(ST->isPacked());
302 for (StructType::element_iterator I = ST->element_begin(),
303 E = ST->element_end(); I != E; ++I)
306 if (ST->isLiteral()) {
310 if (ST->isOpaque()) {
318 if (!ST->getName().empty())
319 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 344 ValueSymbolTable &ST = F->getValueSymbolTable();
345 Value* V = ST.lookup(BlockInfo[i].second);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 508 SymbolRef::Type ST;
509 getSymbolType(Symb, ST);
510 if (ST == SymbolRef::ST_External) {
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 409 SymbolRef::Type ST;
410 Symbols[SymIdx].getType(ST);
411 if (ST != SymbolRef::ST_Function)
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 183 StructType *ST = cast<StructType>(T);
184 if (ST->isLiteral()) {
193 const std::string &Str = ST->getName();
353 StructType *ST = cast<StructType>(T);
355 TypeVals.push_back(ST->isPacked());
357 for (StructType::element_iterator I = ST->element_begin(),
358 E = ST->element_end(); I != E; ++I)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 428 const ARMSubtarget *ST) const;
ARMISelLowering.cpp     [all...]
  /external/qemu/target-i386/
op_helper.c     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
TargetInfo.cpp 796 // 12-16 are st(0..4). Not sure why we stop at 4.
807 // 11-16 are st(0..5). Not sure why we stop at 5.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 662 /// ST: store of a widen value
663 void GenWidenVectorStores(SmallVector<SDValue, 16>& StChain, StoreSDNode *ST);
668 /// ST: store of a widen value
670 StoreSDNode *ST);
    [all...]
ScheduleDAGSDNodes.cpp 382 const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>();
452 ST.adjustSchedDependency(OpSU, SU, const_cast<SDep &>(dep));
SelectionDAG.cpp 419 const StoreSDNode *ST = cast<StoreSDNode>(N);
420 ID.AddInteger(ST->getMemoryVT().getRawBits());
421 ID.AddInteger(ST->getRawSubclassData());
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 164 void expand(SetTheory &ST, Record *Def, SetTheory::RecSet &Elts) {
177 ST.evaluate(SubRegs->getElement(i), Lists[i]);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 3517 milliseconds

1 23 4