Searched defs:Ret (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp81 ReturnInst *Ret = dyn_cast<ReturnInst>(BB.getTerminator()); local
[all...]
H A DTailRecursionElimination.cpp447 bool TailCallElim::EliminateRecursiveTailCall(CallInst *CI, ReturnInst *Ret, argument
623 FoldReturnAndProcessPred(BasicBlock *BB, ReturnInst *Ret, BasicBlock *&OldEntry, bool &TailCallsAreMarkedTail, SmallVectorImpl<PHINode *> &ArgumentPHIs, bool CannotTailCallElimCallsMarkedTail) argument
661 ProcessReturningBlock(ReturnInst *Ret, BasicBlock *&OldEntry, bool &TailCallsAreMarkedTail, SmallVectorImpl<PHINode *> &ArgumentPHIs, bool CannotTailCallElimCallsMarkedTail) argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFFYAML.h24 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); local
30 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); local
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp41 std::string Ret = "E"; local
[all...]
H A DPPCFrameLowering.cpp119 const MachineInstr &Ret = MBB.back(); local
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp268 Module *Ret = ParseInputFile(BitcodeResult, Context); local
H A DExtractFunction.cpp403 Module *Ret = runPassesOn(M, PI, false, 1, &ExtraArg); local
H A DMiscompilation.cpp189 bool Ret = TestFuncs(Suffix, Error); local
196 bool Ret = TestFuncs(Prefix, Error); local
474 bool Ret = TestFuncs(Suffix, Error); local
481 bool Ret = TestFuncs(Prefix, Error); local
539 bool Ret = TestFn(BD, New, ToNotOptimize, Error); local
573 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) local
674 bool Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions, Error); local
698 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error); local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Option/
H A DOption.h125 std::string Ret = getPrefix(); local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp589 MDNode *Ret = 0; local
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCExpr.cpp630 bool Ret = Sym.getVariableValue()->EvaluateAsRelocatableImpl(Res, Asm, local
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DArchive.cpp44 uint32_t Ret; local
51 unsigned Ret; local
63 sys::TimeValue Ret; local
69 unsigned Ret; local
76 unsigned Ret; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp49 bool Ret = SelectionDAGISel::runOnMachineFunction(MF); local
183 std::pair<bool, SDNode*> Ret = selectNode(Node); local
H A DMipsISelLowering.h68 Ret, enumerator in enum:llvm::MipsISD::NodeType
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp192 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); local
199 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); local
235 Value *Ret = CallInst::Create(ElseBreak, Args, "", OldEnd); local
243 Value *Ret = CallInst::Create(Break, Arg, "", Insert); local
252 Value *Ret = CallInst::Create(IfBreak, Args, "", Insert); local
[all...]
H A DSIISelLowering.cpp712 SDValue Ret = DAG.getNode(AMDGPUISD::REGISTER_LOAD, DL, Op.getValueType(), local
786 SDValue Ret = AMDGPUTargetLowering::LowerSTORE(Op, DAG); local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h198 RetEffect Ret; member in class:clang::ento::objc_retain::CallEffects
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp482 const ReturnInst *Ret = dyn_cast<ReturnInst>(Term); local
516 returnTypeIsEligibleForTailCall(const Function *F, const Instruction *I, const ReturnInst *Ret, const TargetLoweringBase &TLI) argument
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp27 unsigned char *Ret = P + Length; local
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h60 Ret, enumerator in enum:llvm::AArch64ISD::NodeType
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp557 Value *Ret = EmitStrCpy(CI->getArgOperand(0), CI->getArgOperand(1), B, TD, local
577 Value *Ret = EmitStrNCpy(CI->getArgOperand(0), CI->getArgOperand(1), local
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h71 CCValAssign Ret; local
85 CCValAssign Ret; local
94 CCValAssign Ret; local
108 CCValAssign Ret; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2027 SDNode *Ret = local
2146 SDNode *Ret = local
2302 SDNode *Ret = local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp803 RetOrArg Ret = CreateRet(F, i); local
/freebsd-9.3-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp168 LTOModule *Ret = new LTOModule(m.take(), target); local

Completed in 448 milliseconds

123