Searched refs:canLoad (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | FileAnalysis.cpp | 330 bool canLoad = !MII->get(IndirectCF.Instruction.getOpcode()).mayLoad(); in indirectCFOperandClobber() local 346 if (!canLoad || !InstrDesc.mayLoad()) in indirectCFOperandClobber() 348 canLoad = false; in indirectCFOperandClobber()
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/ |
| H A D | masked-load-i8.ll | 58 %canLoad = icmp ne i8 %valA, 0 59 br i1 %canLoad, label %load, label %mask
|
| H A D | masked-load-i16.ll | 58 %canLoad = icmp ne i8 %valA, 0 59 br i1 %canLoad, label %load, label %mask
|
| H A D | masked-load-i64.ll | 58 %canLoad = icmp ne i8 %valA, 0 59 br i1 %canLoad, label %load, label %mask
|
| H A D | masked-load-i32.ll | 58 %canLoad = icmp ne i8 %valA, 0 59 br i1 %canLoad, label %load, label %mask
|
| H A D | masked-gather-i32-with-i8-index.ll | 67 %canLoad = icmp ne i8 %valA, 0 68 br i1 %canLoad, label %load, label %mask
|
| H A D | masked-gather-i64-with-i8-index.ll | 67 %canLoad = icmp ne i8 %valA, 0 68 br i1 %canLoad, label %load, label %mask
|