Home
last modified time | relevance | path

Searched defs:OpSize (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h76 isAmbiguous_64(InstType InstTy,unsigned OpSize) isAmbiguous_64() argument
82 isAmbiguous_32(InstType InstTy,unsigned OpSize) isAmbiguous_32() argument
88 isAmbiguous_32or64(InstType InstTy,unsigned OpSize) isAmbiguous_32or64() argument
95 isAmbiguousWithMergeOrUnmerge_64(InstType InstTy,unsigned OpSize) isAmbiguousWithMergeOrUnmerge_64() argument
101 isFloatingPoint_32or64(InstType InstTy,unsigned OpSize) isFloatingPoint_32or64() argument
107 isFloatingPoint_64(InstType InstTy,unsigned OpSize) isFloatingPoint_64() argument
113 isInteger_32(InstType InstTy,unsigned OpSize) isInteger_32() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp415 handleOperand(bool optional,unsigned & operandIndex,unsigned & physicalOperandIndex,unsigned numPhysicalOperands,const unsigned * operandMapping,OperandEncoding (* encodingFromString)(const std::string &,uint8_t OpSize)) handleOperand() argument
998 typeFromString(const std::string & s,bool hasREX_W,uint8_t OpSize) typeFromString() argument
1146 immediateEncodingFromString(const std::string & s,uint8_t OpSize) immediateEncodingFromString() argument
1187 rmRegisterEncodingFromString(const std::string & s,uint8_t OpSize) rmRegisterEncodingFromString() argument
1223 roRegisterEncodingFromString(const std::string & s,uint8_t OpSize) roRegisterEncodingFromString() argument
1272 vvvvRegisterEncodingFromString(const std::string & s,uint8_t OpSize) vvvvRegisterEncodingFromString() argument
1302 writemaskRegisterEncodingFromString(const std::string & s,uint8_t OpSize) writemaskRegisterEncodingFromString() argument
1316 memoryEncodingFromString(const std::string & s,uint8_t OpSize) memoryEncodingFromString() argument
1361 relocationEncodingFromString(const std::string & s,uint8_t OpSize) relocationEncodingFromString() argument
1410 opcodeModifierEncodingFromString(const std::string & s,uint8_t OpSize) opcodeModifierEncodingFromString() argument
[all...]
H A DX86RecognizableInstr.h196 uint8_t OpSize; member
[all...]
/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp30 uint64_t Offset, uint64_t OpSize, in tryAddingSymbolicOperand()
H A DMCExternalSymbolizer.cpp36 tryAddingSymbolicOperand(MCInst & MI,raw_ostream & cStream,int64_t Value,uint64_t Address,bool IsBranch,uint64_t Offset,uint64_t OpSize,uint64_t InstSize) tryAddingSymbolicOperand() argument
/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp63 tryAddingSymbolicOperand(MCInst & MI,raw_ostream & CommentStream,int64_t Value,uint64_t Address,bool IsBranch,uint64_t Offset,uint64_t OpSize,uint64_t InstSize) tryAddingSymbolicOperand() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp377 auto OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); legalizeCustom() local
/llvm-project/llvm/unittests/MC/X86/
H A DX86MCDisassemblerTest.cpp81 uint64_t Offset, uint64_t OpSize, in tryAddingSymbolicOperand()
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp161 getRuntimeLoopCount(const DataLayout & DL,IRBuilderBase & B,Value * Len,Value * OpSize,unsigned OpSizeVal) getRuntimeLoopCount() argument
171 getRuntimeLoopRemainder(const DataLayout & DL,IRBuilderBase & B,Value * Len,Value * OpSize,unsigned OpSizeVal) getRuntimeLoopRemainder() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp497 unsigned OpSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); computeKnownBitsImpl() local
H A DLegalizerHelper.cpp5963 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); narrowScalarExtract() local
6029 uint64_t OpSize = MRI.getType(OpReg).getSizeInBits(); narrowScalarInsert() local
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp155 unsigned OpSize) { in selectLoadStoreOp()
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp777 SmallVector<unsigned, 4> OpSize(NumOperands); getInstrMapping() local
H A DAArch64InstructionSelector.cpp809 selectBinaryOp(unsigned GenericOpc,unsigned RegBankID,unsigned OpSize) selectBinaryOp() argument
880 selectLoadStoreUIOp(unsigned GenericOpc,unsigned RegBankID,unsigned OpSize) selectLoadStoreUIOp() argument
3081 const unsigned OpSize = Ty.getSizeInBits(); select() local
4387 unsigned OpSize = Ty.getSizeInBits(); emitFPCompare() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp894 unsigned OpSize = OpTy.getSizeInBits(); in executeInWaterfallLoop() local
4625 unsigned OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); getInstrMapping() local
4830 unsigned OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); getInstrMapping() local
H A DSIInstrInfo.cpp3457 unsigned OpSize = getOpSize(UseMI, 0); foldImmediate() local
H A DSIISelLowering.cpp3785 unsigned OpSize = Flags.isByVal() ? LowerCall() local
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1025 if (Expected<uint64_t> OpSize = writeListEntry() local
/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp658 int64_t OpSize = MFI.getObjectSize(FI); in foldMemoryOperand() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2355 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8; LowerCall() local
/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp814 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType()); SymbolicallyEvaluateBinop() local
/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp735 uint32_t OpSize = (VA.getLocVT().getSizeInBits() + 7) / 8; in LowerCall() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5251 uint32_t OpSize = (Arg.getValueSizeInBits() + 7) / 8; CalculateTailCallArgDest() local
14053 auto OpSize = N->getOperand(0).getValueSizeInBits(); ConvertSETCCToSubtract() local
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3567 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); isInlineConstant() local
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2807 SymbolizerGetOpInfo(void * DisInfo,uint64_t Pc,uint64_t Offset,uint64_t OpSize,uint64_t InstSize,int TagType,void * TagBuf) SymbolizerGetOpInfo() argument

12