HomeSort by relevance Sort by last modified time
    Searched defs:St (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
2003-09-30-StructLayout.c 7 struct St {
16 void func(struct St* A) {
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefBranchChecker.cpp 30 const ProgramState *St;
32 FindUndefExpr(const ProgramState *S) : St(S) {}
48 bool MatchesCriteria(const Expr *Ex) { return St->getSVal(Ex).isUndef(); }
96 const ProgramState *St = N->getState();
100 St = PrevN->getState();
102 FindUndefExpr FindIt(St);
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 290 Value *St = new StoreInst(CI->getArgOperand(0),
292 CI->replaceAllUsesWith(St);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 392 StoreSDNode *St = cast<StoreSDNode>(N);
394 St->getValue().getValueType());
395 SDValue Chain = St->getChain();
396 SDValue Ptr = St->getBasePtr();
397 unsigned Alignment = St->getAlignment();
398 bool isVolatile = St->isVolatile();
399 bool isNonTemporal = St->isNonTemporal();
405 GetExpandedOp(St->getValue(), Lo, Hi);
410 Lo = DAG.getStore(Chain, dl, Lo, Ptr, St->getPointerInfo(),
417 St->getPointerInfo().getWithOffset(IncrementSize)
    [all...]
SelectionDAGBuilder.cpp 80 // optimization, but could be lowered to improve compile time. Any ld-ld-st-st
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 99 StoreRef st, GenericDataMap gdm);
375 inline void Add(const ProgramState *St) {
376 Impl.insert(St);
390 const ProgramState *St;
392 AutoPopulate(ProgramStateSet &s, const ProgramState *st)
393 : S(s), StartSize(S.size()), St(st) {}
397 S.Add(St);
504 const ProgramState *removeDeadBindings(const ProgramState *St,
519 const ProgramState *addGDM(const ProgramState *St, void *Key, void *Data)
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 133 milliseconds