/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsRegisterBankInfo.h | 76 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 D | X86RecognizableInstr.cpp | 415 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 D | X86RecognizableInstr.h | 196 uint8_t OpSize; member [all...] |
/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | MCDisassembler.cpp | 30 uint64_t Offset, uint64_t OpSize, in tryAddingSymbolicOperand()
|
H A D | MCExternalSymbolizer.cpp | 36 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 D | AArch64ExternalSymbolizer.cpp | 63 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 D | ARMLegalizerInfo.cpp | 377 auto OpSize = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); legalizeCustom() local
|
/llvm-project/llvm/unittests/MC/X86/ |
H A D | X86MCDisassemblerTest.cpp | 81 uint64_t Offset, uint64_t OpSize, in tryAddingSymbolicOperand()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 161 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 D | GISelKnownBits.cpp | 497 unsigned OpSize = MRI.getType(MI.getOperand(1).getReg()).getSizeInBits(); computeKnownBitsImpl() local
|
H A D | LegalizerHelper.cpp | 5963 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 D | PPCInstructionSelector.cpp | 155 unsigned OpSize) { in selectLoadStoreOp()
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 777 SmallVector<unsigned, 4> OpSize(NumOperands); getInstrMapping() local
|
H A D | AArch64InstructionSelector.cpp | 809 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 D | AMDGPURegisterBankInfo.cpp | 894 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 D | SIInstrInfo.cpp | 3457 unsigned OpSize = getOpSize(UseMI, 0); foldImmediate() local
|
H A D | SIISelLowering.cpp | 3785 unsigned OpSize = Flags.isByVal() ? LowerCall() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 1025 if (Expected<uint64_t> OpSize = writeListEntry() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 658 int64_t OpSize = MFI.getObjectSize(FI); in foldMemoryOperand() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 2355 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8; LowerCall() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 814 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType()); SymbolicallyEvaluateBinop() local
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 735 uint32_t OpSize = (VA.getLocVT().getSizeInBits() + 7) / 8; in LowerCall() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5251 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 D | AMDGPUAsmParser.cpp | 3567 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); isInlineConstant() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 2807 SymbolizerGetOpInfo(void * DisInfo,uint64_t Pc,uint64_t Offset,uint64_t OpSize,uint64_t InstSize,int TagType,void * TagBuf) SymbolizerGetOpInfo() argument
|