Searched refs:getOffsetOf (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 374 unsigned getOffsetOf(MachineInstr *MI) const; 810 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const { in getOffsetOf() function in MipsConstantIslands 854 return getOffsetOf(U.MI); in getUserOffset() 993 unsigned CPEOffset = getOffsetOf(CPEMI); in isCPEntryInRange() 1482 unsigned BrOffset = getOffsetOf(MI) + PCAdj; in isBBInRange() 1488 << " from " << getOffsetOf(MI) << " to " << DestOffset in isBBInRange()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 334 unsigned getOffsetOf(MachineInstr *MI) const; 933 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const { in getOffsetOf() function in ARMConstantIslands 1053 unsigned UserOffset = getOffsetOf(U.MI); in getUserOffset() 1142 unsigned CPEOffset = getOffsetOf(CPEMI); in isCPEntryInRange() 1653 unsigned BrOffset = getOffsetOf(MI) + PCAdj; in isBBInRange() 1659 << " from " << getOffsetOf(MI) << " to " << DestOffset in isBBInRange() 1955 unsigned BrOffset = getOffsetOf(Br.MI) + 4 - 2; in optimizeThumb2Branches() 2126 unsigned JTOffset = getOffsetOf(MI) + 4; in optimizeThumb2JumpTables()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 619 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo); 624 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 868 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo); 873 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
|
/external/clang/lib/CodeGen/ |
D | CGCUDANV.cpp | 145 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I), in emitDeviceStubBody()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1543 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { in getOffsetOf() function in ConstantExpr 1544 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()), in getOffsetOf() 1548 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { in getOffsetOf() function in ConstantExpr
|
D | ConstantFold.cpp | 500 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo); in getFoldedOffsetOf()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1837 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { in getOffsetOf() function in ConstantExpr 1838 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()), in getOffsetOf() 1842 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { in getOffsetOf() function in ConstantExpr
|
D | ConstantFold.cpp | 515 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo); in getFoldedOffsetOf()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 2608 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo); in getOffsetOfExpr() 2618 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo); in getOffsetOfExpr()
|