Searched defs:Res (Results 76 - 100 of 136) sorted by relevance

123456

/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp303 int Res = IntVal * (int)That.IntVal; local
1365 BinaryOperator *Res = BinaryOperator::CreateAdd(Op0, V); local
[all...]
H A DInstCombineMulDivRem.cpp1011 Instruction *Res = 0; local
H A DInstCombineCasts.cpp172 Instruction *Res = 0; local
253 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, local
459 Value *Res = EvaluateInDifferentType(Src, DestTy, false); local
563 Constant *Res = ConstantInt::get(Type::getInt1Ty(CI.getContext()), local
788 Value *Res = EvaluateInDifferentType(Src, DestTy, false); local
1085 Value *Res = EvaluateInDifferentType(Src, DestTy, true); local
1111 Value *Res = Builder->CreateShl(TI->getOperand(0), ShAmt, "sext"); local
[all...]
H A DInstCombineCompares.cpp1013 Instruction *Res = FoldICmpDivCst(ICI, TheDiv, cast<ConstantInt>(DivCst)); local
[all...]
H A DInstructionCombining.cpp1234 GetElementPtrInst *Res = local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp904 LValue Res = CGF->EmitPredefinedLValue(cast<PredefinedExpr>(E)); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1112 char Res = GetTrigraphCharForLetter(*CP); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1776 ExprResult Res; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp171 ObjCPropertyDecl *Res = 0; local
1172 ExprResult Res = local
1226 ExprResult Res = BuildBinOp(S, PropertyDiagLoc, local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp808 Value *Res = UndefValue::get(ST); local
822 Value *Res = UndefValue::get(AT); local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1349 void replaceTrigInsts(SmallVectorImpl<CallInst*> &Calls, Value *Res) { argument
1583 Value *Res = EmitPutChar(B.getInt32(FormatStr[0]), B, TD, TLI); local
1605 Value *Res = EmitPutChar(CI->getArgOperand(1), B, TD, TLI); local
1897 Value *Res = EmitPutChar(B.getInt32('\\n'), B, TD, TLI); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h245 ArgType Res = A; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp828 bool Res = rewriteToNSEnumDecl(EnumDcl, TypedefDcl, *NSAPIObj, local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp354 unsigned Res = 0; local
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2106 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops, NumOps); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp565 int64_t Res; local
H A DMCDwarf.cpp110 const MCExpr *Res = local
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp967 SDValue Res; local
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1902 SDValue Res = DAG.getNode(ISD::OR, DL, Op->getValueType(0), local
1907 SDValue Res = DAG.getNode(ISD::OR, DL, Op->getValueType(0), local
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2122 SDValue Res = NewLD.getValue(i); local
2235 SDValue Res = NewLD.getValue(i); local
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2126 bool Res = TryEmitSmallMemcpy(AM, SrcAM, Flags.getByValSize()); local
/freebsd-10.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp307 SDValue Res; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1611 DefinedOrUnknownSVal Res = svalBuilder.evalEQ(DefaultSt ? DefaultSt : state, local
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp973 std::string Res; local
[all...]
H A DDAGISelMatcher.h207 Matcher *Res = Children[i]; local

Completed in 458 milliseconds

123456