HomeSort by relevance Sort by last modified time
    Searched full:fieldno (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 369 unsigned FieldNo = 0;
380 FieldEnd = RD->field_end(); Field != FieldEnd; ++Field, ++FieldNo) {
403 AppendField(*Field, Layout.getFieldOffset(FieldNo), EltInit);
407 AppendBitField(*Field, Layout.getFieldOffset(FieldNo), CI);
471 unsigned FieldNo = 0;
475 FieldEnd = RD->field_end(); Field != FieldEnd; ++Field, ++FieldNo) {
486 RD->isUnion() ? Val.getUnionValue() : Val.getStructField(FieldNo);
493 AppendField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits, EltInit);
496 AppendBitField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits,
    [all...]
CGDebugInfo.cpp 1012 unsigned fieldno = 0; local
    [all...]
CGRecordLayoutBuilder.cpp     [all...]
  /external/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecordLayout.h 177 uint64_t getFieldOffset(unsigned FieldNo) const {
178 return FieldOffsets[FieldNo];
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 142 getFieldOffset(const ASTRecordLayout &Layout, unsigned FieldNo) const {
143 uint64_t FieldOffset = Layout.getFieldOffset(FieldNo);
301 unsigned FieldNo = 0;
303 E = Info->Class->field_end(); I != E; ++I, ++FieldNo) {
307 CharUnits FieldOffset = Offset + getFieldOffset(Layout, FieldNo);
348 unsigned FieldNo = 0;
350 E = Info->Class->field_end(); I != E; ++I, ++FieldNo) {
354 CharUnits FieldOffset = Offset + getFieldOffset(Layout, FieldNo);
413 unsigned FieldNo = 0;
415 I != E; ++I, ++FieldNo) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 546 unsigned FieldNo = cast<ConstantInt>(Indices[CurIDX])->getZExtValue();
552 Result += Layout->getElementOffset(FieldNo);
555 Ty = STy->getElementType(FieldNo);
  /external/llvm/lib/IR/
ConstantFold.cpp 468 /// Return a ConstantExpr with type DestTy for offsetof on Ty and FieldNo, with
472 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo,
476 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
478 FieldNo, DestTy);
500 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
504 FieldNo, DestTy);
515 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);
    [all...]
DataLayout.cpp 740 unsigned FieldNo = cast<ConstantInt>(Idx)->getZExtValue();
746 Result += Layout->getElementOffset(FieldNo);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 453 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
457 static Constant *getFoldedOffsetOf(Type *Ty, Constant *FieldNo,
461 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
463 FieldNo, DestTy);
485 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
489 FieldNo, DestTy);
500 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);
    [all...]
Constants.cpp     [all...]
  /frameworks/compile/slang/
slang_backend.cpp 477 unsigned fieldNo = 0;
485 const uint64_t fieldOffset = RL.getFieldOffset(fieldNo) >> 3;
496 ++fieldNo;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 459 Constant *FieldNo;
460 if (U->isOffsetOf(CTy, FieldNo) && CTy == STy) {
461 GepIndices.push_back(FieldNo);
463 STy->getTypeAtIndex(cast<ConstantInt>(FieldNo)->getZExtValue());
    [all...]
BasicAliasAnalysis.cpp 323 unsigned FieldNo = cast<ConstantInt>(Index)->getZExtValue();
324 if (FieldNo == 0) continue;
326 BaseOffs += TD->getStructLayout(STy)->getElementOffset(FieldNo);
    [all...]
ScalarEvolution.cpp 211 Constant *FieldNo;
212 if (U->isOffsetOf(CTy, FieldNo)) {
214 WriteAsOperand(OS, FieldNo, false);
399 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
413 FieldNo = CE->getOperand(2);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 628 const SCEV *getOffsetOfExpr(StructType *STy, unsigned FieldNo);
632 const SCEV *getOffsetOfExpr(Type *CTy, Constant *FieldNo);
    [all...]

Completed in 830 milliseconds

1 2 3