HomeSort by relevance Sort by last modified time
    Searched refs:Ret (Results 301 - 325 of 543) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/subzero/src/
IceOperand.h 410 RelocOffsetT Ret = Offset;
412 Ret += OffsetReloc->getOffset();
414 return Ret;
    [all...]
  /external/syzkaller/pkg/compiler/
check.go 237 if n.Ret != nil {
238 comp.checkType(checkCtx{}, n.Ret, checkIsArg|checkIsRet)
387 if n.Ret != nil {
388 comp.collectUsedType(structs, flags, strflags, n.Ret, true)
481 if n.Ret != nil {
482 comp.checkTypeCtors(n.Ret, prog.DirOut, true, ctors, checked)
654 checkIsRet // immediate syscall ret type
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 195 __ Ret();
377 __ Ret();
665 __ Ret();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 243 const ReturnStmt *Ret = dyn_cast<ReturnStmt>(SP->getStmt());
244 if (!Ret)
250 SVal V = State->getSVal(Ret, StackFrame);
257 const Expr *RetE = Ret->getRetValue();
326 PathDiagnosticLocation L(Ret, BRC.getSourceManager(), StackFrame);
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
CostModel.cpp 386 case Instruction::Ret:
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 317 MachineInstr *Ret = nullptr;
321 if (!Ret)
322 Ret = &DefMI;
323 else if (Ret != &DefMI)
326 return Ret;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 815 LazyValueInfo::Tristate Ret =
818 if (Ret != LazyValueInfo::Unknown) {
819 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0;
820 unsigned ToKeep = Ret == LazyValueInfo::True ? 0 : 1;
829 auto *CI = Ret == LazyValueInfo::True ?
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 346 MachineInstr *Ret = nullptr;
350 if (!Ret)
351 Ret = &DefMI;
352 else if (Ret != &DefMI)
355 return Ret;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 814 unsigned Ret = 4;
819 Ret = 3;
824 Ret = 2;
829 Ret = 1;
834 Ret = 0;
836 assert(Ret != 4 && "Invalid CR bit register");
837 return Ret;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 653 // Collect alloca, ret, lifetime instructions etc.
676 /// \brief Collect all Ret instructions.
704 for (auto &Ret : RetVec)
705 unpoisonDynamicAllocasBeforeInst(Ret, DynamicAllocaLayout);
780 for (auto Ret : RetVec) {
781 if (!ASan.getDominatorTree().dominates(I, Ret)) return false;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 323 const Value *Ret = RI.getReturnValue();
324 if (Ret && DL->getTypeStoreSize(Ret->getType()) == 0)
325 Ret = nullptr;
332 unsigned VReg = Ret ? packRegs(*Ret, MIRBuilder) : 0;
333 return CLI->lowerReturn(MIRBuilder, Ret, VReg);
    [all...]
  /external/clang/lib/AST/
Decl.cpp 301 const Decl *Ret = nullptr;
305 Ret = cast<Decl>(DC);
308 return Ret;
    [all...]
  /external/v8/src/builtins/s390/
builtins-s390.cc 157 __ Ret();
334 __ Ret();
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 112 std::vector<TypeSpec> Ret;
117 Ret.push_back(TypeSpec(Acc));
123 return Ret;
627 std::string Ret;
629 Ret += "V" + utostr(getNumElements()) + S;
631 return Ret;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 431 Ret = False
445 Ret = True
446 return Ret
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Path.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
echo.cpp 225 LLVMValueRef Ret = clone_constant_impl(Cst, M);
226 check_value_kind(Ret, LLVMGetValueKind(Cst));
227 return Ret;
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 421 // Jump, Call, and Ret pseudo instructions implementing inter-working.
446 void Ret() { blr(); }
447 void Ret(Condition cond, CRegister cr = cr7) { bclr(cond, cr); }
448 void Ret(int drop) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py     [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.h 435 Address Ret,
  /external/clang/lib/Frontend/
CompilerInstance.cpp 589 llvm::raw_null_ostream *Ret = OS.get();
591 return Ret;
610 raw_pwrite_stream *Ret = OS.get();
616 return Ret;
    [all...]

Completed in 3867 milliseconds

<<11121314151617181920>>