Searched defs:Imm (Results 1 - 25 of 212) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMatInt.h19 int64_t Imm; member in struct:llvm::LoongArchMatInt::Inst
20 Inst(unsigned Opc, int64_t Imm) : Opc(Opc), Imm(Imm) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h80 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h137 getImm(const SDNode *Node, uint64_t Imm) argument
[all...]
H A DMipsAnalyzeImmediate.cpp32 void MipsAnalyzeImmediate::GetInstSeqLsADDiu(uint64_t Imm, unsigned RemSize, argument
38 void MipsAnalyzeImmediate::GetInstSeqLsORi(uint64_t Imm, unsigned RemSize, argument
44 void MipsAnalyzeImmediate::GetInstSeqLsSLL(uint64_t Imm, unsigned RemSize, argument
51 void MipsAnalyzeImmediate::GetInstSeqLs(uint64_t Imm, unsigne argument
129 Analyze(uint64_t Imm, unsigned Size, bool LastInstrIsADDiu) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp78 int64_t Imm = MI.getOperand(1).getImm(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h23 Imm, // LUI enumerator in enum:llvm::RISCVMatInt::OpndKind
30 int32_t Imm; // The largest value we need to store is 20 bits. member in class:llvm::RISCVMatInt::Inst
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h149 const APInt &Imm = N->getValueAPF().bitcastToAPInt(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp81 auto Imm = OffsetOp.getImm(); local
107 int32_t Imm = Op.getImm(); local
110 int16_t Imm = Op.getImm(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h45 OS << Imm; local
50 parseImmMnemonic(const unsigned OpCode, const unsigned OpIdx, StringRef Src, int64_t &Imm, ErrorCallbackType ErrorCallback) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp35 unsigned Imm = TII->getNamedOperand(*MI, AMDGPU::OpName::tgt)->getImm(); local
H A DAMDGPUInstructionSelector.h69 int64_t Imm = 0; member in struct:llvm::final::GEPInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h52 InstructionCost getIntImmCost(const APInt &Imm, Type *Ty, argument
80 getIntImmCostInst(unsigned Opc, unsigned Idx, const APInt &Imm, Type *Ty, TTI::TargetCostKind CostKind, Instruction *Inst = nullptr) argument
87 getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, Type *Ty, TTI::TargetCostKind CostKind) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp158 int64_t Imm = Op.getImm(); local
166 O << Imm; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MIPeepholeOpt.cpp151 static bool splitBitmaskImm(T Imm, unsigned RegSize, T &Imm1Enc, T &Imm2Enc) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetTransformInfo.h40 int getIntImmCost(const APInt &Imm, Type *Ty, TTI::TargetCostKind CostKind) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp45 int64_t Imm = Op.getImm() * 2 + 2; local
49 O << Imm; local
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstAlias.h52 int64_t Imm = 0; member in struct:llvm::CodeGenInstAlias::ResultOperand
H A DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enumerator in enum:__anon3029::PseudoLoweringEmitter::OpData::MapKind
31 uint64_t Imm; // Integer immedate value. member in union:__anon3029::PseudoLoweringEmitter::OpData::__anon3030
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp31 int64_t Imm = MI->getOperand(Op).getImm(); local
59 int64_t Imm = MI->getOperand(Op).getImm(); local
101 int64_t Imm = MI->getOperand(MI->getNumOperands() - 1).getImm(); local
295 int64_t Imm = MI->getOperand(Op).getImm(); local
H A DX86EncodingOptimization.cpp253 int64_t Imm = LastOp.getImm(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCTargetDesc.cpp122 int64_t Imm; variable
140 int64_t Imm = Inst.getOperand(Inst.getNumOperands() - 1).getImm(); variable
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp158 int64_t Imm = INT64_MAX; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp107 int64_t Imm = Inst.getOperand(0).getImm(); variable
111 int64_t Imm = Inst.getOperand(0).getImm(); variable
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp131 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, argument
140 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.cpp99 int64_t Imm = Op.getImm(); local

Completed in 245 milliseconds

123456789