Home
last modified time | relevance | path

Searched refs:isSelect (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp107 FLAG(isSelect) in EmitInstrDocs()
H A DCodeGenInstruction.h254 bool isSelect : 1; variable
H A DCodeGenInstruction.cpp445 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp1218 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h351 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2091 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleOfSelectShuffle()
2100 if (ShufOp && ShufOp->isSelect() && in foldSelectShuffleOfSelectShuffle()
2107 if (!ShufOp || !ShufOp->isSelect() || in foldSelectShuffleOfSelectShuffle()
2138 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop()
2226 if (!Shuf.isSelect()) in foldSelectShuffle()
H A DInstCombineSelect.cpp2466 cast<ShuffleVectorInst>(TVal)->isSelect()) { in foldVectorSelect()
2480 cast<ShuffleVectorInst>(FVal)->isSelect()) { in foldVectorSelect()
H A DInstructionCombining.cpp1903 if (LShuf->isSelect() && in foldVectorBinop()
1905 RShuf->isSelect() && in foldVectorBinop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h960 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
H A DMachineInstr.h1006 bool isSelect(QueryType Type = IgnoreBundle) const {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1358 if (Shuffle->isSelect()) in getInstructionCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1771 (MI->isSelect() && optimizeSelect(*MI, LocalMIs))) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td628 let isSelect = 1;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td774 let Uses = [SR], isSelect = 1 in {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2167 bool isSelect() const {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td619 bit isSelect = false; // Is this instruction a select instruction?
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1151 let isSelect = 1 in
H A DPPCInstrInfo.td3073 let isSelect = 1 in
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1358 let Predicates = [HasShortForwardBranchOpt], isSelect = 1,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4527 if (Shuf && Shuf->isSelect()) { in simplifyCmpSelOfMaxMin()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td3548 let isCommutable = 1, isSelect = 1 in
H A DARMInstrInfo.td5043 let isCommutable = 1, isSelect = 1 in