Searched defs:SType (Results 1 - 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 271 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local 272 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
|
/external/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), local 830 return llvm::ConstantStruct::get(SType, Elts); 909 llvm::StructType *SType = llvm::StructType::get(AType->getContext(), local 911 return llvm::ConstantStruct::get(SType, Elts); 1457 llvm::StructType *SType = llvm::StructType::get(VMContext, Types, true); 1458 return llvm::ConstantStruct::get(SType, Elts);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 363 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local 364 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
H A D | TGParser.cpp | 745 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType()); local 746 if (LType == 0 && SType == 0) {
|
/external/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); local 826 if (!LType && !SType) {
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1683 // TODO: set SType according to the desired memory barrier behavior. 1686 unsigned SType = 0; local 1689 DAG.getConstant(SType, MVT::i32)); 1695 // FIXME: Set SType for weaker fences where supported/appropriate. 1696 unsigned SType = 0; local 1699 DAG.getConstant(SType, MVT::i32));
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2166 // FIXME: Set SType for weaker fences where supported/appropriate. 2167 unsigned SType = 0; local 2170 DAG.getConstant(SType, DL, MVT::i32));
|
Completed in 264 milliseconds