Searched defs:ImmValue (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp80 uint64_t ImmValue = MI.getOperand(1).getImm(); local
87 int64_t ImmValue = MI.getOperand(1).getImm(); local
H A DHexagonHardwareLoops.cpp655 int Mask = 0, ImmValue = 0; local
H A DHexagonInstrInfo.cpp2095 int ImmValue = MO.getImm(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp205 isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, unsigned SrcReg2, int ImmValue, MachineInstr *OI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp528 int64_t ImmValue; local
H A DMipsSEISelDAGToDAG.cpp553 APInt ImmValue; local
629 APInt ImmValue; local
660 APInt ImmValue; local
694 APInt ImmValue; local
716 APInt ImmValue; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp527 int32_t ImmValue = RawImmValue; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2160 uint64_t ImmValue = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3147 uint8_t ImmValue = Byte & MachO::REBASE_IMMEDIATE_MASK; local
3484 uint8_t ImmValue = Byte & MachO::BIND_IMMEDIATE_MASK; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2531 int32_t ImmValue = cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(); local
2565 int32_t ImmValue = cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(); local
2628 int32_t ImmValue = cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(); local
2816 int ImmValue = cast<ConstantSDNode>(ImmOp)->getZExtValue(); local
H A DARMBaseInstrInfo.cpp2805 isRedundantFlagInstr(const MachineInstr *CmpI, Register SrcReg, Register SrcReg2, int ImmValue, const MachineInstr *OI, bool &IsThumb1) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3842 isRedundantFlagInstr(const MachineInstr &FlagI, Register SrcReg, Register SrcReg2, int ImmMask, int ImmValue, const MachineInstr &OI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2557 int64_t ImmValue = Inst.getOperand(2).getImm(); local
2569 int64_t ImmValue = Inst.getOperand(2).getImm(); local
2698 bool MipsAsmParser::loadImmediate(int64_t ImmValue, unsigned DstReg, argument
3647 int64_t ImmValue = ImmOp.getImm(); local
4178 int64_t ImmValue; local
4575 int64_t ImmValue = Inst.getOperand(2).getImm(); local
4632 int64_t ImmValue = Inst.getOperand(2).getImm(); local
4712 int64_t ImmValue = Inst.getOperand(2).getImm(); local
4763 int64_t ImmValue = Inst.getOperand(2).getImm(); local
4925 int64_t ImmValue = Inst.getOperand(2).getImm(); local
5050 int64_t ImmValue = Inst.getOperand(2).getImm() % 64; local
5160 int32_t ImmValue = Inst.getOperand(2).getImm(); local
5476 int64_t ImmValue = Inst.getOperand(2).getImm(); local
5741 int64_t ImmValue = BaseOp.getImm(); local
[all...]

Completed in 335 milliseconds