HomeSort by relevance Sort by last modified time
    Searched refs:CST (Results 1 - 10 of 10) sorted by null

  /external/clang/test/CodeGen/
2002-12-15-StructParameters.c 14 compile_stack_type CST;
15 foo(&CST);
17 bar(CST, 12);
  /external/icu4c/tools/tzcode/
tz.alias 35 CST America/Chicago
icuzones 29 Zone SystemV/CST6 -6:00 - CST
50 Link America/Chicago CST
  /external/v8/test/mjsunit/
date-parse.js 164 // CST = UT minus 6 hours.
166 'Sat, 01-Jan-2000 02:00:00 CST',
167 'Sat, 01 Jan 2000 02:00:00 CST',
168 'Saturday, 01-Jan-00 02:00:00 CST',
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 34 // non-constant operand of the multiply, and set CST to point to the multiplier.
37 static inline Value *dyn_castFoldableMul(Value *V, ConstantInt *&CST) {
45 if ((CST = dyn_cast<ConstantInt>(I->getOperand(1))))
48 if ((CST = dyn_cast<ConstantInt>(I->getOperand(1)))) {
49 // The multiplier is really 1 << CST.
51 uint32_t CSTVal = CST->getLimitedValue(BitWidth);
52 CST = ConstantInt::get(V->getType()->getContext(),
301 // (add (sext x), cst) --> (sext (add x, cst'))
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 153 * This is the Concrete Syntax Tree (CST).
159 * So, the CST also contains transformation rules ({->x}) to
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 731 milliseconds