Home | History | Annotate | Download | only in spirit

Lines Matching refs:GlobalSection

139   mGlobals.reset(Deserialize<GlobalSection>(IS));
233 GlobalSection *Module::getGlobalSection() {
235 mGlobals.reset(new GlobalSection());
583 GlobalSection::GlobalSection() : mGlobalDefsDeleter(mGlobalDefs) {}
585 GlobalSection::GlobalSection(Builder *builder)
609 bool GlobalSection::DeserializeInternal(InputWordStream &IS) {
644 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, int32_t value) {
654 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, uint32_t value) {
664 ConstantInst *GlobalSection::getConstant(TypeFloatInst *type, float value) {
675 GlobalSection::getConstantComposite(TypeVectorInst *type,
699 TypeVoidInst *GlobalSection::getVoidType() {
706 TypeIntInst *GlobalSection::getIntType(int bits, bool isSigned) {
741 TypeFloatInst *GlobalSection::getFloatType(int bits) {
762 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType,
777 TypePointerInst *GlobalSection::getPointerType(StorageClass storage,
791 GlobalSection::getRuntimeArrayType(Instruction *elemType) {
803 TypeStructInst *GlobalSection::getStructType(Instruction *fieldType[],
813 TypeFunctionInst *GlobalSection::getFunctionType(Instruction *retType,
839 GlobalSection *GlobalSection::addStructType(TypeStructInst *structType) {
844 GlobalSection *GlobalSection::addVariable(VariableInst *var) {
849 VariableInst *GlobalSection::getInvocationId() {
868 VariableInst *GlobalSection::getNumWorkgroups() {