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

<<11121314151617181920>>

  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 185 bool Ret = (Value == (int8_t)Value);
187 if (Ret)
189 return Ret;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp     [all...]
StraightLineStrengthReduce.cpp 734 bool Ret = !UnlinkedInstructions.empty();
736 return Ret;
  /external/clang/lib/Frontend/
FrontendAction.cpp 580 auto Ret = WrappedAction->BeginSourceFileAction(CI, Filename);
583 return Ret;
  /external/llvm/lib/IR/
DataLayout.cpp 388 bool Ret = BigEndian == Other.BigEndian &&
394 return Ret;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 718 DataRefImpl Ret;
719 Ret.d.a = Sec.d.a;
720 Ret.d.b = 0;
721 return relocation_iterator(RelocationRef(Ret, this));
735 DataRefImpl Ret;
736 Ret.d.a = Sec.d.a;
737 Ret.d.b = Num;
738 return relocation_iterator(RelocationRef(Ret, this));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 702 bool Ret = !UnlinkedInstructions.empty();
704 return Ret;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCExpr.cpp 450 bool Ret = Sym.getVariableValue()->EvaluateAsRelocatableImpl(Res, Asm,
456 if (Ret && !Res.getSymA() && !Res.getSymB())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DataLayout.cpp 432 bool Ret = BigEndian == Other.BigEndian &&
440 return Ret;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 451 case Instruction::Ret:
699 case Instruction::Ret:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/
WindowsManifestMerger.cpp 195 if (xmlNsPtr Ret = getNamespaceWithPrefix(nullptr, Node))
196 return Ret;
  /external/syzkaller/pkg/ast/
ast.go 94 Ret *Type
  /external/v8/src/mips/
code-stubs-mips.cc 305 // Also pop ra to get Ret(0).
307 __ Ret();
423 __ Ret();
  /external/v8/src/mips64/
code-stubs-mips64.cc 307 // Also pop ra to get Ret(0).
309 __ Ret();
426 __ Ret();
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 156 case Instruction::Ret:
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp     [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
WinCOFFObjectWriter.cpp 240 COFFSymbol *&Ret = SymbolMap[Symbol];
241 if (!Ret)
242 Ret = createSymbol(Symbol->getName());
243 return Ret;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 189 bool Ret = false;
191 Ret = RE->evaluateAsConstant(Imm);
194 Ret = true;
198 return Ret;
    [all...]
  /external/syzkaller/pkg/compiler/
compiler.go 290 if n.Ret != nil {
291 comp.foreachSubType(n.Ret, true, cb)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/tools/llvm-c-test/
echo.cpp 223 LLVMValueRef Ret = clone_constant_impl(Cst, M);
224 check_value_kind(Ret, LLVMGetValueKind(Cst));
225 return Ret;
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 254 ErrorOr<std::unique_ptr<LTOModule>> Ret = LTOModule::createInLocalContext(
258 maybeVerifyModule((*Ret)->getModule());
259 return std::move(*Ret);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
llvm-lto.cpp 314 ErrorOr<std::unique_ptr<LTOModule>> Ret = LTOModule::createInLocalContext(
318 maybeVerifyModule((*Ret)->getModule());
319 return std::move(*Ret);
    [all...]

Completed in 1888 milliseconds

<<11121314151617181920>>