Home
last modified time | relevance | path

Searched refs:SType (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/Feature/
Dconstexpr.ll51 %SType = type { i32 , {float, {i8} }, i64 } ;; struct containing struct
54 @S1 = global %SType* null ;; Global initialized to NULL
55 @S2c = constant %SType { i32 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
59 @S1ptr = global %SType** @S1 ;; Ref. to global S1
60 @S2 = global %SType* @S2c ;; Ref. to constant S2
64 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
66 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
71 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/llvm/test/Integer/
Dconstexpr_bt.ll53 %SType = type { i33 , {float, {i8} }, i64 } ;; struct containing struct
56 @S1 = global %SType* null ;; Global initialized to NULL
57 @S2c = constant %SType { i33 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
61 @S1ptr = global %SType** @S1 ;; Ref. to global S1
62 @S2 = global %SType* @S2c ;; Ref. to constant S2
66 @S1fld1a = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
68 @S1fld1b = global float* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 0)
73 @S2fld3 = global i8* getelementptr (%SType, %SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/swiftshader/third_party/LLVM/test/Feature/
Dconstexpr.ll51 %SType = type { i32 , {float, {i8} }, i64 } ;; struct containing struct
54 @S1 = global %SType* null ;; Global initialized to NULL
55 @S2c = constant %SType { i32 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
59 @S1ptr = global %SType** @S1 ;; Ref. to global S1
60 @S2 = global %SType* @S2c ;; Ref. to constant S2
64 @S1fld1a = global float* getelementptr (%SType* @S2c, i64 0, i32 1, i32 0)
66 @S1fld1b = global float* getelementptr (%SType* @S2c, i64 0, i32 1, i32 0)
71 @S2fld3 = global i8* getelementptr (%SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/swiftshader/third_party/LLVM/test/Integer/
Dconstexpr_bt.ll53 %SType = type { i33 , {float, {i8} }, i64 } ;; struct containing struct
56 @S1 = global %SType* null ;; Global initialized to NULL
57 @S2c = constant %SType { i33 1, {float,{i8}} {float 2.0, {i8} {i8 3}}, i64 4}
61 @S1ptr = global %SType** @S1 ;; Ref. to global S1
62 @S2 = global %SType* @S2c ;; Ref. to constant S2
66 @S1fld1a = global float* getelementptr (%SType* @S2c, i64 0, i32 1, i32 0)
68 @S1fld1b = global float* getelementptr (%SType* @S2c, i64 0, i32 1, i32 0)
73 @S2fld3 = global i8* getelementptr (%SType* @S2c, i64 0, i32 1, i32 1, i32 0)
/external/clang/lib/CodeGen/
DCGExprConstant.cpp828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitArrayInitialization() local
830 return llvm::ConstantStruct::get(SType, Elts); in EmitArrayInitialization()
909 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), in EmitDesignatedInitUpdater() local
911 return llvm::ConstantStruct::get(SType, Elts); in EmitDesignatedInitUpdater()
1457 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); in EmitConstantValue() local
1458 return llvm::ConstantStruct::get(SType, Elts); in EmitConstantValue()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1686 unsigned SType = 0; in LowerMEMBARRIER() local
1689 DAG.getConstant(SType, MVT::i32)); in LowerMEMBARRIER()
1696 unsigned SType = 0; in LowerATOMIC_FENCE() local
1699 DAG.getConstant(SType, MVT::i32)); in LowerATOMIC_FENCE()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp745 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType()); in ParseOperation() local
746 if (LType == 0 && SType == 0) { in ParseOperation()
/external/llvm/lib/TableGen/
DTGParser.cpp825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); in ParseOperation() local
826 if (!LType && !SType) { in ParseOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2167 unsigned SType = 0; in lowerATOMIC_FENCE() local
2170 DAG.getConstant(SType, DL, MVT::i32)); in lowerATOMIC_FENCE()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp363 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
364 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp271 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); in ExpandConstantFP() local
272 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()