Home
last modified time | relevance | path

Searched refs:getOffsetOf (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBasicBlockInfo.cpp75 unsigned ARMBasicBlockUtils::getOffsetOf(MachineInstr *MI) const { in getOffsetOf() function in llvm::ARMBasicBlockUtils
97 unsigned BrOffset = getOffsetOf(MI) + PCAdj; in isBBInRange()
102 << " max delta=" << MaxDisp << " from " << getOffsetOf(MI) in isBBInRange()
DARMBasicBlockInfo.h132 unsigned getOffsetOf(MachineInstr *MI) const;
134 unsigned getOffsetOf(MachineBasicBlock *MBB) const { in getOffsetOf() function
DARMLowOverheadLoops.cpp445 if (BBUtils->getOffsetOf(End) < BBUtils->getOffsetOf(ML->getHeader()) || in CheckLegality()
453 (BBUtils->getOffsetOf(Start) > in CheckLegality()
454 BBUtils->getOffsetOf(Start->getOperand(1).getMBB()) || in CheckLegality()
DARMConstantIslandPass.cpp972 unsigned UserOffset = BBUtils->getOffsetOf(U.MI); in getUserOffset()
1064 unsigned CPEOffset = BBUtils->getOffsetOf(CPEMI); in isCPEntryInRange()
1883 unsigned BrOffset = BBUtils->getOffsetOf(Br.MI) + 4 - 2; in optimizeThumb2Branches()
1907 if (BBUtils->getOffsetOf(MBB) < BBUtils->getOffsetOf(DestBB) || in optimizeThumb2Branches()
2178 unsigned JTOffset = BBUtils->getOffsetOf(MI) + 4; in optimizeThumb2JumpTables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp376 unsigned getOffsetOf(MachineInstr *MI) const;
801 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const { in getOffsetOf() function in MipsConstantIslands
843 return getOffsetOf(U.MI); in getUserOffset()
978 unsigned CPEOffset = getOffsetOf(CPEMI); in isCPEntryInRange()
1462 unsigned BrOffset = getOffsetOf(MI) + PCAdj; in isBBInRange()
1467 << " max delta=" << MaxDisp << " from " << getOffsetOf(MI) in isBBInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h922 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
927 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2018 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { in getOffsetOf() function in ConstantExpr
2019 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()), in getOffsetOf()
2023 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { in getOffsetOf() function in ConstantExpr
DConstantFold.cpp514 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo); in getFoldedOffsetOf()