| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InstrDocsEmitter.cpp | 117 FLAG(isSelect) in EmitInstrDocs()
|
| H A D | InstrInfoEmitter.cpp | 1149 if (Inst.isSelect) in emitRecord()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenInstruction.h | 248 bool isSelect : 1; variable
|
| H A D | CodeGenInstruction.cpp | 442 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 353 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 2178 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleOfSelectShuffle() 2187 if (ShufOp && ShufOp->isSelect() && in foldSelectShuffleOfSelectShuffle() 2194 if (!ShufOp || !ShufOp->isSelect() || in foldSelectShuffleOfSelectShuffle() 2226 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop() 2326 if (!Shuf.isSelect()) in foldSelectShuffle()
|
| H A D | InstCombineSelect.cpp | 2661 cast<ShuffleVectorInst>(TVal)->isSelect()) { in foldVectorSelect() 2675 cast<ShuffleVectorInst>(FVal)->isSelect()) { in foldVectorSelect()
|
| H A D | InstructionCombining.cpp | 2408 if (LShuf->isSelect() && in foldVectorBinop() 2410 RShuf->isSelect() && in foldVectorBinop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoSFB.td | 13 let Predicates = [HasShortForwardBranchOpt], isSelect = 1,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1009 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
|
| H A D | MachineInstr.h | 1039 bool isSelect(QueryType Type = IgnoreBundle) const {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 691 bool isSelect() const { in isSelect() function 692 return cast<llvm::ShuffleVectorInst>(Val)->isSelect(); in isSelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats.td | 628 let isSelect = 1;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 1784 (MI->isSelect() && optimizeSelect(*MI, LocalMIs))) { in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1635 if (Shuffle->isSelect()) in getInstructionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 775 let Uses = [SR], isSelect = 1 in {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 2124 bool isSelect() const {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 641 bit isSelect = false; // Is this instruction a select instruction?
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstr64Bit.td | 1161 let isSelect = 1 in
|
| H A D | PPCInstrInfo.td | 3103 let isSelect = 1 in
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4563 if (Shuf && Shuf->isSelect()) { in simplifyCmpSelOfMaxMin()
|
| H A D | ValueTracking.cpp | 6920 return (!Shuffle || Shuffle->isSelect()) && in isNotCrossLaneOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 5059 let isCommutable = 1, isSelect = 1 in
|
| H A D | ARMInstrThumb2.td | 3552 let isCommutable = 1, isSelect = 1 in
|