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

  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 439 uint64_t Offs = TD.getStructLayout(StTy)->getElementOffset(Field);
442 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, Offs, VT);
455 uint64_t Offs =
457 N = FastEmit_ri_(VT, ISD::ADD, N, NIsKill, Offs, VT);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 519 SDValue Offs;
521 Offs = ((OpOpc == ISD::STORE) ? Op->getOperand(3) : Op->getOperand(2));
523 if (Offs.getOpcode() == ISD::Constant || Offs.getOpcode() == ISD::UNDEF) {
524 if (Offs.getOpcode() == ISD::UNDEF)
525 Offs = CurDAG->getTargetConstant(0, Offs.getValueType());
527 Base = Offs;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 416 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement);
417 Idx = Builder->CreateAdd(Idx, Offs);
430 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement);
431 Idx = Builder->CreateAdd(Idx, Offs);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 2342 milliseconds