Searched refs:BranchOp (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h95 unsigned BranchOp) const;
H A DMipsSEISelLowering.cpp3081 MachineInstr &MI, MachineBasicBlock *BB, unsigned BranchOp) const {
3122 BuildMI(BB, DL, TII->get(BranchOp))
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp531 bool AVRInstrInfo::isBranchOffsetInRange(unsigned BranchOp, argument
534 switch (BranchOp) {
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp272 bool LoongArchInstrInfo::isBranchOffsetInRange(unsigned BranchOp, argument
274 switch (BranchOp) {
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1024 bool RISCVInstrInfo::isBranchOffsetInRange(unsigned BranchOp, argument
1030 switch (BranchOp) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2474 bool SIInstrInfo::isBranchOffsetInRange(unsigned BranchOp, argument
2478 assert(BranchOp != AMDGPU::S_SETPC_B64);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp206 bool AArch64InstrInfo::isBranchOffsetInRange(unsigned BranchOp, argument
208 unsigned Bits = getBranchDisplacementBits(BranchOp);

Completed in 223 milliseconds