| /llvm-project-15.0.7/llvm/test/MC/M68k/Control/Classes/ |
| H A D | MxBcc.s | 9 ; CHECK: bcc $1 11 bcc $1 label 52 ; CHECK: bcc $3fc 54 bcc $3fc label
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | macro-fusion-last.mir | 1 # RUN: llc -o - %s -mtriple=aarch64-- -mattr=+arith-bcc-fusion -run-pass postmisched | FileCheck %s… 2 # RUN: llc -o - %s -mtriple=aarch64-- -mattr=-arith-bcc-fusion -run-pass postmisched | FileCheck %s…
|
| H A D | misched-fusion.ll | 1 …-unknown -aarch64-enable-cond-br-tune=false -mcpu=cortex-a57 -mattr=+arith-bcc-fusion | FileCheck … 9 ; Make sure cmp is scheduled in front of bcc
|
| H A D | branch-relax-alignment.ll | 2 ; RUN: llc -mtriple=aarch64-apple-darwin -aarch64-bcc-offset-bits=4 -align-all-nofallthru-blocks=4 …
|
| H A D | branch-relax-bcc.ll | 2 ; RUN: llc -mtriple=aarch64-apple-darwin -aarch64-bcc-offset-bits=3 < %s | FileCheck %s
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/arm/ |
| H A D | udivmodsi4.S | 37 bcc LOCAL_LABEL(divby0) 40 bcc LOCAL_LABEL(quotient0)
|
| H A D | aeabi_uidivmod.S | 29 bcc LOCAL_LABEL(case_denom_larger)
|
| H A D | umodsi3.S | 33 bcc LOCAL_LABEL(divby0)
|
| H A D | udivsi3.S | 44 bcc LOCAL_LABEL(divby0)
|
| H A D | addsf3.S | 162 bcc LOCAL_LABEL(done_round)
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | arm64-condbr-without-dots.s | 8 bcc lbl
|
| H A D | basic-a64-instructions.s | 1242 bcc lbl
|
| /llvm-project-15.0.7/llvm/test/MC/Sparc/ |
| H A D | sparc64-ctrl-instructions.s | 38 bcc %xcc, .BB0 270 bcc,a %icc, .BB0 326 bcc,pn %icc, .BB0 382 bcc,a,pn %icc, .BB0 438 bcc,pt %icc, .BB0 494 bcc,a,pt %icc, .BB0 539 bcc,a %xcc, .BB0 595 bcc,pn %xcc, .BB0 651 bcc,a,pn %xcc, .BB0 707 bcc,pt %xcc, .BB0 [all …]
|
| H A D | sparc-ctrl-instructions.s | 102 ! CHECK: bcc .BB0 ! encoding: [0x1a,0b10AAAAAA,A,A] 104 bcc .BB0 106 ! CHECK: bcc .BB0 ! encoding: [0x1a,0b10AAAAAA,A,A] 314 ! CHECK: bcc,a .BB0 ! encoding: [0x3a,0b10AAAAAA,A,A] 316 bcc,a .BB0
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | coff-relocations.s | 32 bcc target
|
| /llvm-project-15.0.7/llvm/test/CodeGen/M68k/Arith/ |
| H A D | sub-with-overflow.ll | 54 ; CHECK-NEXT: bcc .LBB1_1
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Sparc/ |
| H A D | sparc.txt | 111 # CHECK: bcc 4194303
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 230 "arith-bcc-fusion", "HasArithmeticBccFusion", "true", 231 "CPU fuses arithmetic+bcc operations">; 238 "cmp-bcc-fusion", "HasCmpBccFusion", "true", 239 "CPU fuses cmp+bcc operations">;
|
| /llvm-project-15.0.7/llvm/utils/vscode/llvm/syntaxes/ |
| H A D | ll.tmLanguage.yaml | 164 \\bcc\\b|\
|
| /llvm-project-15.0.7/llvm/test/MC/Lanai/ |
| H A D | v11.s | 59 bcc 0x123454 label 99 bcc.r 0x5678
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | README-Thumb.txt | 187 is between a cmp and a bcc instruction. However, we can use the (potentially)
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 763 mlir::Value bcc = builder->createConvert(loc, builder->getI1Type(), cond); in genFIRConditionalBranch() local 764 builder->create<mlir::cf::CondBranchOp>(loc, bcc, trueTarget, llvm::None, in genFIRConditionalBranch()
|