Searched refs:isSelect (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp107 FLAG(isSelect)
H A DCodeGenInstruction.h254 bool isSelect : 1;
H A DCodeGenInstruction.cpp445 isSelect = R->getValueAsBit("isSelect");
H A DInstrInfoEmitter.cpp1218 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)";
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h351 bool isSelect() const { return Flags & (1ULL << MCID::Select); } function in class:llvm::MCInstrDesc
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2091 assert(Shuf.isSelect() && "Must have select-equivalent shuffle");
2100 if (ShufOp && ShufOp->isSelect() &&
2107 if (!ShufOp || !ShufOp->isSelect() ||
2138 assert(Shuf.isSelect() && "Must have select-equivalent shuffle");
2226 if (!Shuf.isSelect())
H A DInstCombineSelect.cpp2466 cast<ShuffleVectorInst>(TVal)->isSelect()) {
2480 cast<ShuffleVectorInst>(FVal)->isSelect()) {
H A DInstructionCombining.cpp1903 if (LShuf->isSelect() &&
1905 RShuf->isSelect() &&
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h939 /// it cannot be understood. It is assumed that MI->isSelect() is true.
960 assert(MI.getDesc().isSelect() && "MI must be a select instruction");
H A DMachineInstr.h1006 bool isSelect(QueryType Type = IgnoreBundle) const {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1358 if (Shuffle->isSelect())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1771 (MI->isSelect() && optimizeSelect(*MI, LocalMIs))) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2167 bool isSelect() const { function in class:llvm::CallInst::ShuffleVectorInst
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4527 if (Shuf && Shuf->isSelect()) {

Completed in 561 milliseconds