Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp108 FLAG(isSelect) in EmitInstrDocs()
H A DCodeGenInstruction.h256 bool isSelect : 1; variable
H A DCodeGenInstruction.cpp446 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp1139 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h355 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2064 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleOfSelectShuffle()
2073 if (ShufOp && ShufOp->isSelect() && in foldSelectShuffleOfSelectShuffle()
2080 if (!ShufOp || !ShufOp->isSelect() || in foldSelectShuffleOfSelectShuffle()
2111 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop()
2200 if (!Shuf.isSelect()) in foldSelectShuffle()
H A DInstCombineSelect.cpp2422 cast<ShuffleVectorInst>(TVal)->isSelect()) { in foldVectorSelect()
2436 cast<ShuffleVectorInst>(FVal)->isSelect()) { in foldVectorSelect()
H A DInstructionCombining.cpp1750 if (LShuf->isSelect() && in foldVectorBinop()
1752 RShuf->isSelect() && in foldVectorBinop()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h953 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
H A DMachineInstr.h963 bool isSelect(QueryType Type = IgnoreBundle) const {
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1237 if (Shuffle->isSelect()) in getInstructionCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td628 let isSelect = 1;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1717 (MI->isSelect() && optimizeSelect(*MI, LocalMIs))) { in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td774 let Uses = [SR], isSelect = 1 in {
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1357 let Predicates = [HasShortForwardBranchOpt], isSelect = 1,
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h2210 bool isSelect() const {
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td552 bit isSelect = false; // Is this instruction a select instruction?
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1127 let isSelect = 1 in
H A DPPCInstrInfo.td2971 let isSelect = 1 in
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst1924 bit isSelect = 0;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4342 if (Shuf && Shuf->isSelect()) { in simplifyCmpSelOfMaxMin()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td3467 let isCommutable = 1, isSelect = 1 in
H A DARMInstrInfo.td5023 let isCommutable = 1, isSelect = 1 in