Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp590 bool isAdd = true; in EncodeAddrModeOpValues() local
971 bool isAdd = true; in getAddrModeImm12OpValue() local
1032 bool isAdd = Imm >= 0; in getT2ScaledImmOpValue() local
1081 bool isAdd = Imm >= 0; in getMveAddrModeQOpValue() local
1108 bool isAdd = true; in getT2AddrModeImm8s4OpValue() local
1151 bool isAdd = EncodeAddrModeOpValues(MI, OpIdx, Reg, Imm7, Fixups, STI); in getT2AddrModeImm7s4OpValue() local
1279 bool isAdd = ARM_AM::getAM2Op(MO2.getImm()) == ARM_AM::add; in getLdStSORegOpValue() local
1313 bool isAdd = ARM_AM::getAM2Op(Imm) == ARM_AM::add; in getAddrMode2OffsetOpValue() local
1334 bool isAdd = MO1.getImm() != 0; in getPostIdxRegOpValue() local
1349 bool isAdd = ARM_AM::getAM3Op(Imm) == ARM_AM::add; in getAddrMode3OffsetOpValue() local
[all …]
H A DARMAsmBackend.cpp528 bool isAdd = true; adjustFixupValue() local
759 bool isAdd = true; adjustFixupValue() local
779 bool isAdd = true; adjustFixupValue() local
806 bool isAdd = true; adjustFixupValue() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h389 bool isAdd() const { isAdd() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h279 bool isAdd() const { return Flags & (1ULL << MCID::Add); } in isAdd() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp874 bool isAdd; global() member
3271 bool isAdd = Imm >= 0; addPostIdxImm8Operands() local
3282 bool isAdd = Imm >= 0; addPostIdxImm8s4Operands() local
3818 CreatePostIdxReg(unsigned RegNum,bool isAdd,ARM_AM::ShiftOpc ShiftTy,unsigned ShiftImm,SMLoc S,SMLoc E) CreatePostIdxReg() argument
5495 bool isAdd = true; parsePostIdxReg() local
5573 bool isAdd = true; parseAM3Offset() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46508 __anon97398207a002(int Mult, int Shift, bool isAdd) combineMulSpecial() argument
46518 __anon97398207a102(int Mul1, int Mul2, bool isAdd) combineMulSpecial() argument
[all...]