Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp108 FLAG(isSelect) in EmitInstrDocs()
H A DCodeGenInstruction.h246 bool isSelect : 1; variable
H A DCodeGenInstruction.cpp378 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp1139 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h348 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h939 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
H A DMachineInstr.h918 bool isSelect(QueryType Type = IgnoreBundle) const {
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1196 if (Shuffle->isSelect()) in getUserCost()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1961 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop()
2050 if (!Shuf.isSelect()) in foldSelectShuffle()
H A DInstCombineSelect.cpp2333 cast<ShuffleVectorInst>(TVal)->isSelect()) { in foldVectorSelect()
2347 cast<ShuffleVectorInst>(FVal)->isSelect()) { in foldVectorSelect()
H A DInstructionCombining.cpp1735 if (LShuf->isSelect() && in foldVectorBinop()
1737 RShuf->isSelect() && in foldVectorBinop()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td628 let isSelect = 1;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1719 (MI->isSelect() && optimizeSelect(*MI, LocalMIs))) { in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td774 let Uses = [SR], isSelect = 1 in {
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h2201 bool isSelect() const {
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td539 bit isSelect = false; // Is this instruction a select instruction?
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1121 let isSelect = 1 in
H A DPPCInstrInfo.td2914 let isSelect = 1 in
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1911 bit isSelect = 0;
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td3467 let isCommutable = 1, isSelect = 1 in
H A DARMInstrInfo.td5006 let isCommutable = 1, isSelect = 1 in