Searched defs:SType (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp271 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local
272 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp828 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 DLegalizeDAG.cpp363 Type *SType = SVT.getTypeForEVT(*DAG.getContext()); local
364 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp745 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType()); local
746 if (LType == 0 && SType == 0) {
/external/llvm/lib/TableGen/
H A DTGParser.cpp825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType()); local
826 if (!LType && !SType) {
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp1683 // 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 DMipsISelLowering.cpp2166 // 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