Home
last modified time | relevance | path

Searched defs:isAdd (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp597 bool isAdd = true; in EncodeAddrModeOpValues() local
978 bool isAdd = true; in getAddrModeImm12OpValue() local
1039 bool isAdd = Imm >= 0; in getT2ScaledImmOpValue() local
1088 bool isAdd = Imm >= 0; in getMveAddrModeQOpValue() local
1115 bool isAdd = true; in getT2AddrModeImm8s4OpValue() local
1158 bool isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm7, Fixups, STI); in getT2AddrModeImm7s4OpValue() local
1286 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; in getLdStSORegOpValue() local
1320 bool isAdd = ARM_AM::getAM2Op(Imm) == ARM_AM::add; in getAddrMode2OffsetOpValue() local
1341 bool isAdd = MO1.getImm() != 0; in getPostIdxRegOpValue() local
1356 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; in getAddrMode3OffsetOpValue() local
[all …]
H A DARMAsmBackend.cpp512 bool isAdd = true; in adjustFixupValue() local
781 bool isAdd = true; in adjustFixupValue() local
801 bool isAdd = true; in adjustFixupValue() local
828 bool isAdd = true; in adjustFixupValue() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h251 bool isAdd : 1; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h280 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h432 bool isAdd() const { in isAdd() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp900 bool isAdd; member
3333 bool isAdd = Imm >= 0; in addPostIdxImm8Operands() local
3344 bool isAdd = Imm >= 0; in addPostIdxImm8s4Operands() local
3911 CreatePostIdxReg(MCRegister Reg, bool isAdd, ARM_AM::ShiftOpc ShiftTy, in CreatePostIdxReg()
5697 bool isAdd = true; in parsePostIdxReg() local
5775 bool isAdd = true; in parseAM3Offset() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1351 auto isAdd = [](unsigned Opc) { return Opc == AMDGPU::V_ADD_F32_e32; }; in analyzeDAG() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49396 auto combineMulShlAddOrSub = [&](int Mult, int Shift, bool isAdd) { in combineMulSpecial()
49406 auto combineMulMulAddOrSub = [&](int Mul1, int Mul2, bool isAdd) { in combineMulSpecial()