Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64BranchFixupPass.cpp154 unsigned getOffsetOf(MachineInstr *MI) const;
340 unsigned AArch64BranchFixup::getOffsetOf(MachineInstr *MI) const { in getOffsetOf() function in AArch64BranchFixup
436 int64_t BrOffset = getOffsetOf(MI); in isBBInRange()
442 << " from " << getOffsetOf(MI) << " to " << DestOffset in isBBInRange()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp312 unsigned getOffsetOf(MachineInstr *MI) const;
825 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const { in getOffsetOf() function in ARMConstantIslands
945 unsigned UserOffset = getOffsetOf(U.MI); in getUserOffset()
1034 unsigned CPEOffset = getOffsetOf(CPEMI); in isCPEntryInRange()
1507 unsigned BrOffset = getOffsetOf(MI) + PCAdj; in isBBInRange()
1513 << " from " << getOffsetOf(MI) << " to " << DestOffset in isBBInRange()
1806 unsigned BrOffset = getOffsetOf(Br.MI) + 4 - 2; in optimizeThumb2Branches()
1861 unsigned JTOffset = getOffsetOf(MI) + 4; in optimizeThumb2JumpTables()
/external/clang/lib/CodeGen/
DCGCUDANV.cpp105 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I), in EmitDeviceStubBody()
/external/llvm/include/llvm/IR/
DConstants.h822 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
827 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/external/llvm/lib/IR/
DConstants.cpp1761 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { in getOffsetOf() function in ConstantExpr
1762 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()), in getOffsetOf()
1766 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { in getOffsetOf() function in ConstantExpr
DConstantFold.cpp502 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo); in getFoldedOffsetOf()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2624 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo); in getOffsetOfExpr()
2634 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo); in getOffsetOfExpr()