Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp117 FLAG(isSelect) in EmitInstrDocs()
H A DInstrInfoEmitter.cpp1234 if (Inst.isSelect) in emitRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h351 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h250 bool isSelect : 1; variable
H A DCodeGenInstruction.cpp445 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2100 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleOfSelectShuffle()
2109 if (ShufOp && ShufOp->isSelect() && in foldSelectShuffleOfSelectShuffle()
2116 if (!ShufOp || !ShufOp->isSelect() || in foldSelectShuffleOfSelectShuffle()
2148 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop()
2248 if (!Shuf.isSelect()) in foldSelectShuffle()
H A DInstCombineSelect.cpp2607 cast<ShuffleVectorInst>(TVal)->isSelect()) { in foldVectorSelect()
2621 cast<ShuffleVectorInst>(FVal)->isSelect()) { in foldVectorSelect()
H A DInstructionCombining.cpp2110 if (LShuf->isSelect() && in foldVectorBinop()
2112 RShuf->isSelect() && in foldVectorBinop()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoSFB.td13 let Predicates = [HasShortForwardBranchOpt], isSelect = 1,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h986 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
H A DMachineInstr.h1041 bool isSelect(QueryType Type = IgnoreBundle) const {
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1428 if (Shuffle->isSelect()) in getInstructionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td628 let isSelect = 1;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1771 (MI->isSelect() && optimizeSelect(*MI, LocalMIs))) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td774 let Uses = [SR], isSelect = 1 in {
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1995 bool isSelect() const {
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1151 let isSelect = 1 in
H A DPPCInstrInfo.td3075 let isSelect = 1 in
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td636 bit isSelect = false; // Is this instruction a select instruction?
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4553 if (Shuf && Shuf->isSelect()) { in simplifyCmpSelOfMaxMin()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5039 let isCommutable = 1, isSelect = 1 in
H A DARMInstrThumb2.td3542 let isCommutable = 1, isSelect = 1 in