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

<<11121314151617181920>>

  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
ItaniumCXXABI.cpp 289 llvm::Value *performReturnAdjustment(CodeGenFunction &CGF, Address Ret,
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 35 // * It is illegal to have a ret instruction that returns a value that does not
    [all...]
Instructions.cpp 807 : TerminatorInst(Type::getVoidTy(RI.getContext()), Instruction::Ret,
817 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
824 : TerminatorInst(Type::getVoidTy(C), Instruction::Ret,
831 : TerminatorInst(Type::getVoidTy(Context), Instruction::Ret,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 119 case MipsISD::Ret: return "MipsISD::Ret";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp 35 // * It is illegal to have a ret instruction that returns a value that does not
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp 197 case MipsISD::Ret: return "MipsISD::Ret";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 765 uint64_t Ret = memcmp(LHSStr.data(), RHSStr.data(), Len);
766 return ConstantInt::get(CI->getType(), Ret);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 107 std::unique_ptr<DyldELFObject<ELFT>> Ret(
109 return std::move(Ret);
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 811 ___ Ret();
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 152 | Ret
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 230 case Instruction::Ret:
    [all...]
IceInstARM32.cpp     [all...]
  /external/v8/src/wasm/baseline/arm64/
liftoff-assembler-arm64.h 851 Ret();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.cpp 305 UINT8 Ret;
309 if ((Ret = Select (Name, Guid)) != 0) {
310 return Ret;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 60 case MipsISD::Ret: return "MipsISD::Ret";
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 239 // Legalize ret v2i32 -> ret 2 x i32 (Basically: do what would
    [all...]

Completed in 2647 milliseconds

<<11121314151617181920>>