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/
H A DReturnProtectorLowering.h45 virtual bool opcodeIsReturn(unsigned opcode) const { return false; } in opcodeIsReturn() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ReturnProtectorLowering.cpp71 bool X86ReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in X86ReturnProtectorLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ReturnProtectorLowering.cpp78 bool AArch64ReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in AArch64ReturnProtectorLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsReturnProtectorLowering.cpp204 bool MipsReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in MipsReturnProtectorLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCReturnProtectorLowering.cpp216 bool PPCReturnProtectorLowering::opcodeIsReturn(unsigned opcode) const { in opcodeIsReturn() function in PPCReturnProtectorLowering