/external/syzkaller/sys/windows/gen/ |
amd64.go | 252 }, Ret: &ResourceType{TypeCommon: TypeCommon{TypeName: "HANDLE", FldName: "ret", TypeSize: 8, ArgDir: 1}}}, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
ELFDumper.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
ObjCARC.cpp | 280 // operands of interest. And ret is never followed by a release, so it's 319 case Instruction::Ret: case Instruction::Br: [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | [all...] |
/external/v8/src/builtins/ppc/ |
builtins-ppc.cc | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
VfrUtilityLib.cpp | 281 UINT8 Ret;
285 if ((Ret = Select (Name)) != 0) {
286 return Ret;
393 UINT8 ret;
399 if ((ret = Select (Name)) != 0) {
400 return ret;
[all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 329 const MachineInstr &Ret = MBB.back(); 330 for (unsigned I = 0, E = Ret.getNumOperands(); I != E; ++I) { 331 const MachineOperand &MO = Ret.getOperand(I); [all...] |
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 582 if (Opc == Instruction::Call || Opc == Instruction::Ret) 593 if (PhiOpc != Instruction::Call && PhiOpc != Instruction::Ret) 598 if (Opc != Instruction::Call && Opc != Instruction::Ret) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 347 const MachineInstr &Ret = MBB.back(); 348 for (unsigned I = 0, E = Ret.getNumOperands(); I != E; ++I) { 349 const MachineOperand &MO = Ret.getOperand(I); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 628 if (Opc == Instruction::Call || Opc == Instruction::Ret) 639 if (PhiOpc != Instruction::Call && PhiOpc != Instruction::Ret) 644 if (Opc != Instruction::Call && Opc != Instruction::Ret) [all...] |
/external/syzkaller/sys/test/gen/ |
32.go | [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.cc | 301 void TurboAssembler::Ret(Condition cond) { bx(lr, cond); } 313 void TurboAssembler::Ret(int drop, Condition cond) { 315 Ret(cond); [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelDAGToDAG.cpp | [all...] |
/external/vixl/test/aarch64/ |
test-simulator-aarch64.cc | 96 __ Ret(); \ 120 __ Ret(); \ [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGNodes.h | 809 SDVTList Ret = { getValueTypeList(VT), 1 }; 810 return Ret; [all...] |
/external/llvm/lib/Support/ |
YAMLParser.cpp | 815 Token Ret = peekNext(); 826 return Ret; [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
SelectionDAGNodes.h | 673 SDVTList Ret = { getValueTypeList(VT), 1 }; 674 return Ret; [all...] |
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
TGParser.cpp | 313 std::string Ret = Lex.getCurStrVal(); 315 return Ret; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
SelectionDAGNodes.h | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
DebugInfo.cpp | 514 auto *Ret = MDNode::get(N->getContext(), Ops); 515 return Ret; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
WasmObjectWriter.cpp | 93 for (wasm::ValType Ret : FuncTy.Returns) 94 Value += DenseMapInfo<int32_t>::getHashValue(int32_t(Ret)); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
YAMLParser.cpp | 812 Token Ret = peekNext(); 822 return Ret; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
ScalarEvolutionTest.cpp | 252 " ret void " 259 " ret void " 266 " ret void" 273 " ret void" 500 " ret void " 519 " ret void " 670 // ret void 732 * ret void 776 Instruction *Ret = Builder.CreateRetVoid(); 785 Exp.expandCodeFor(AddRec, T_pint64, Ret); [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceInstARM32.h | 412 Ret, [all...] |
IceInstMIPS32.h | 258 Ret, 326 /// Ret pseudo-instruction. This is actually a "jr" instruction with an "ra" 327 /// register operand, but epilogue lowering will search for a Ret instead of a 329 /// returning functions) for liveness analysis, though a FakeUse before the ret 348 static bool classof(const Inst *Inst) { return isClassof(Inst, Ret); } [all...] |