Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AT

775     /// subsequent word-size instructions do not begin at a multiple of
804 /// This is included so that older tools can at least continue
1078 /// FinishModule - Write out global data structures at the end of
1300 /// FinishNonFragileABIModule - Write out global data structures at the end of
1810 // _metaclass_ for the current class, pointed at by
2673 // reference or not. At module finalization we add the empty
2847 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.PropertyTy,
2849 Values[2] = llvm::ConstantArray::get(AT, Properties);
2869 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.Int8PtrTy,
2871 llvm::Constant *Init = llvm::ConstantArray::get(AT, MethodTypes);
2910 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.MethodDescriptionTy,
2912 Values[1] = llvm::ConstantArray::get(AT, Methods);
3338 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.IvarTy,
3340 Values[1] = llvm::ConstantArray::get(AT, Ivars);
3396 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.MethodTy,
3398 Values[2] = llvm::ConstantArray::get(AT, Methods);
3603 // loads across the hazard. This hazard is inserted at the
3617 /// Emit a write hazard at the current location.
4618 // At this point, we are done with Record/Union and array there of.
4744 // Compute number of bytes to skip at the tail end of the last ivar scanned.
5575 // At various points we've experimented with using vtable-based
6092 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.MethodTy,
6094 Values[2] = llvm::ConstantArray::get(AT, Methods);
6208 llvm::ArrayType *AT = llvm::ArrayType::get(ObjCTypes.IvarnfABITy,
6210 Values[2] = llvm::ConstantArray::get(AT, Ivars);
6232 // reference or not. At module finalization we add the empty