Searched defs:OpSize (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp28 tryAddingSymbolicOperand(MCInst &Inst, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) const argument
H A DMCExternalSymbolizer.cpp34 tryAddingSymbolicOperand( MCInst &MI, raw_ostream &cStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp61 tryAddingSymbolicOperand( MCInst &MI, raw_ostream &CommentStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t OpSize, uint64_t InstSize) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp405 auto OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); local
H A DARMInstructionSelector.cpp459 CmpConstants(unsigned CmpOpcode, unsigned FlagsOpcode, unsigned SelectOpcode, unsigned OpRegBank, unsigned OpSize) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp154 selectLoadStoreOp(unsigned GenericOpc, unsigned RegBankID, unsigned OpSize) argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp411 handleOperand( bool optional, unsigned &operandIndex, unsigned &physicalOperandIndex, unsigned numPhysicalOperands, const unsigned *operandMapping, OperandEncoding (*encodingFromString)(const std::string &, uint8_t OpSize)) argument
[all...]
H A DX86RecognizableInstr.h194 uint8_t OpSize; member in struct:llvm::X86Disassembler::RecognizableInstrBase
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp489 unsigned OpSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); local
H A DLegalizerHelper.cpp5693 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); local
5759 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp798 selectBinaryOp(unsigned GenericOpc, unsigned RegBankID, unsigned OpSize) argument
869 selectLoadStoreUIOp(unsigned GenericOpc, unsigned RegBankID, unsigned OpSize) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp658 int64_t OpSize = MFI.getObjectSize(FI); local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp809 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp894 unsigned OpSize = OpTy.getSizeInBits(); local
H A DSIISelLowering.cpp3715 unsigned OpSize = Flags.isByVal() ? local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp735 uint32_t OpSize = (VA.getLocVT().getSizeInBits() + 7) / 8; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3438 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2806 SymbolizerGetOpInfo(void *DisInfo, uint64_t Pc, uint64_t Offset, uint64_t OpSize, uint64_t InstSize, int TagType, void *TagBuf) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5128 uint32_t OpSize = (Arg.getValueSizeInBits() + 7) / 8; local
13836 auto OpSize = N->getOperand(0).getValueSizeInBits(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7923 unsigned OpSize; local
[all...]

Completed in 506 milliseconds