Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp382 unsigned getOffsetOf(MachineInstr *MI) const;
808 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const { in getOffsetOf() function in MipsConstantIslands
852 return getOffsetOf(U.MI); in getUserOffset()
989 unsigned CPEOffset = getOffsetOf(CPEMI); in isCPEntryInRange()
1474 unsigned BrOffset = getOffsetOf(MI) + PCAdj; in isBBInRange()
1479 << " max delta=" << MaxDisp << " from " << getOffsetOf(MI) in isBBInRange()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp374 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/
DARMConstantIslandPass.cpp334 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-7.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp278 unsigned getOffsetOf(MachineInstr *MI) const;
862 unsigned ARMConstantIslands::getOffsetOf(MachineInstr *MI) const { in getOffsetOf() function in ARMConstantIslands
982 unsigned UserOffset = getOffsetOf(U.MI); in getUserOffset()
1071 unsigned CPEOffset = getOffsetOf(CPEMI); in isCPEntryInRange()
1589 unsigned BrOffset = getOffsetOf(MI) + PCAdj; in isBBInRange()
1594 << " max delta=" << MaxDisp << " from " << getOffsetOf(MI) in isBBInRange()
1885 unsigned BrOffset = getOffsetOf(Br.MI) + 4 - 2; in optimizeThumb2Branches()
2104 unsigned JTOffset = getOffsetOf(MI) + 4; in optimizeThumb2JumpTables()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h619 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
624 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h918 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
923 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/external/llvm/include/llvm/IR/
DConstants.h868 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
873 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/external/clang/lib/CodeGen/
DCGCUDANV.cpp145 llvm::ConstantExpr::getOffsetOf(ArgStackTy, I), in emitDeviceStubBody()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1543 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
DConstantFold.cpp500 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo); in getFoldedOffsetOf()
/external/llvm/lib/IR/
DConstants.cpp1837 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
DConstantFold.cpp515 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo); in getFoldedOffsetOf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1885 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { in getOffsetOf() function in ConstantExpr
1886 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()), in getOffsetOf()
1890 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { in getOffsetOf() function in ConstantExpr
DConstantFold.cpp512 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo); in getFoldedOffsetOf()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2608 Constant *C = ConstantExpr::getOffsetOf(STy, FieldNo); in getOffsetOfExpr()
2618 Constant *C = ConstantExpr::getOffsetOf(CTy, FieldNo); in getOffsetOfExpr()