Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp600 bool isAdd = true; in EncodeAddrModeOpValues() local
981 bool isAdd = true; in getAddrModeImm12OpValue() local
1042 bool isAdd = Imm >= 0; in getT2ScaledImmOpValue() local
1091 bool isAdd = Imm >= 0; in getMveAddrModeQOpValue() local
1118 bool isAdd = true; in getT2AddrModeImm8s4OpValue() local
1160 bool isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm7, Fixups, STI); in getT2AddrModeImm7s4OpValue() local
1257 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; in getLdStSORegOpValue() local
1291 bool isAdd = ARM_AM::getAM2Op(Imm) == ARM_AM::add; in getAddrMode2OffsetOpValue() local
1312 bool isAdd = MO1.getImm() != 0; in getPostIdxRegOpValue() local
1327 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; in getAddrMode3OffsetOpValue() local
[all …]
H A DARMAsmBackend.cpp498 bool isAdd = true; in adjustFixupValue() local
727 bool isAdd = true; in adjustFixupValue() local
747 bool isAdd = true; in adjustFixupValue() local
774 bool isAdd = true; in adjustFixupValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h270 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h248 bool isAdd : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp861 bool isAdd; member
3274 bool isAdd = Imm >= 0; in addPostIdxImm8Operands() local
3285 bool isAdd = Imm >= 0; in addPostIdxImm8s4Operands() local
3821 CreatePostIdxReg(unsigned RegNum, bool isAdd, ARM_AM::ShiftOpc ShiftTy, in CreatePostIdxReg()
5626 bool isAdd = true; in parsePostIdxReg() local
5708 bool isAdd = true; in parseAM3Offset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42925 auto combineMulShlAddOrSub = [&](int Mult, int Shift, bool isAdd) { in combineMulSpecial()
42935 auto combineMulMulAddOrSub = [&](int Mul1, int Mul2, bool isAdd) { in combineMulSpecial()