Searched refs:getOffsetOf (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64BranchFixupPass.cpp | 154 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/ |
D | ARMConstantIslandPass.cpp | 312 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/ |
D | CGCUDANV.cpp | 105 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I), in EmitDeviceStubBody()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 822 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo); 827 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1761 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
|
D | ConstantFold.cpp | 502 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo); in getFoldedOffsetOf()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2624 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo); in getOffsetOfExpr() 2634 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo); in getOffsetOfExpr()
|