Home
last modified time | relevance | path

Searched defs:opcodeIsReturn (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DReturnProtectorLowering.h45 virtual bool opcodeIsReturn(unsigned opcode) const { return false; } in opcodeIsReturn() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ReturnProtectorLowering.cpp71 bool X86ReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in X86ReturnProtectorLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ReturnProtectorLowering.cpp78 bool AArch64ReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in AArch64ReturnProtectorLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsReturnProtectorLowering.cpp204 bool MipsReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in MipsReturnProtectorLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCReturnProtectorLowering.cpp216 bool PPCReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in PPCReturnProtectorLowering