Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGCall.h320 Writeback writeback = {srcLV, temporary, toUse}; addWriteback() local
H A DCGCall.cpp4138 emitWriteback(CodeGenFunction & CGF,const CallArgList::Writeback & writeback) emitWriteback() argument
[all...]
/llvm-project/clang/docs/
H A DAutomaticReferenceCounting.rst1111 .. _arc.ownership.restrictions.records:
/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2100 bool writeback = (P == 0) || (W == 1); DecodeAddrMode2IdxInstruction() local
2221 bool writeback = (W == 1) | (P == 0); DecodeAddrMode3Instruction() local
5888 bool writeback = (W == 1) | (P == 0); DecodeT2LDRDPreInstruction() local
5925 bool writeback = (W == 1) | (P == 0); DecodeT2STRDPreInstruction() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1641 unsigned writeback = fieldFromInstruction(insn, 11, 1); DecodeAuthLoadInstruction() local