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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp72 /// getOffsetOf - Return the current offset of the specified machine instruction
75 unsigned ARMBasicBlockUtils::getOffsetOf(MachineInstr *MI) const { function in class:llvm::ARMBasicBlockUtils
97 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
102 << " max delta=" << MaxDisp << " from " << getOffsetOf(MI)
H A DARMBasicBlockInfo.h132 unsigned getOffsetOf(MachineInstr *MI) const;
134 unsigned getOffsetOf(MachineBasicBlock *MBB) const { function in class:llvm::ARMBasicBlockUtils
H A DARMConstantIslandPass.cpp960 unsigned UserOffset = BBUtils->getOffsetOf(U.MI);
1052 unsigned CPEOffset = BBUtils->getOffsetOf(CPEMI);
1842 unsigned BrOffset = BBUtils->getOffsetOf(Br.MI) + 4 - 2;
1866 if (BBUtils->getOffsetOf(MBB) < BBUtils->getOffsetOf(DestBB) ||
2137 unsigned JTOffset = BBUtils->getOffsetOf(MI) + 4;
H A DARMLowOverheadLoops.cpp906 if (BBUtils->getOffsetOf(End) < BBUtils->getOffsetOf(ML.getHeader()) ||
914 (BBUtils->getOffsetOf(Start) >
915 BBUtils->getOffsetOf(Start->getOperand(1).getMBB()) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp376 unsigned getOffsetOf(MachineInstr *MI) const;
797 /// getOffsetOf - Return the current offset of the specified machine instruction
800 unsigned MipsConstantIslands::getOffsetOf(MachineInstr *MI) const { function in class:MipsConstantIslands
842 return getOffsetOf(U.MI);
977 unsigned CPEOffset = getOffsetOf(CPEMI);
1461 unsigned BrOffset = getOffsetOf(MI) + PCAdj;
1466 << " max delta=" << MaxDisp << " from " << getOffsetOf(MI)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h931 /// getOffsetOf constant expr - computes the offset of a struct field in a
934 static Constant *getOffsetOf(StructType *STy, unsigned FieldNo);
936 /// getOffsetOf constant expr - This is a generalized form of getOffsetOf,
939 static Constant *getOffsetOf(Type *Ty, Constant *FieldNo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2171 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { function in class:ConstantExpr
2172 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()),
2176 Constant *ConstantExpr::getOffsetOf(Type* Ty, Constant *FieldNo) { function in class:ConstantExpr
H A DConstantFold.cpp516 Constant *C = ConstantExpr::getOffsetOf(Ty, FieldNo);

Completed in 142 milliseconds