Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCInstrDesc.h331 bool isSelect() const { in isSelect() function
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenInstruction.h224 bool isSelect; variable
DInstrInfoEmitter.cpp493 if (Inst.isSelect) OS << "|(1<<MCID::Select)"; in emitRecord()
DCodeGenInstruction.cpp303 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetInstrInfo.h458 assert(MI && MI->getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
DTarget.td362 bit isSelect = 0; // Is this instruction a select instruction?
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineInstr.h429 bool isSelect(QueryType Type = IgnoreBundle) const {
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp610 (MI->isSelect() && optimizeSelect(MI))) { in runOnMachineFunction()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td604 let isSelect = 1 in
DPPCInstrInfo.td2146 let isSelect = 1 in
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMInstrThumb2.td3128 let isCommutable = 1, isSelect = 1 in
DARMInstrInfo.td4193 let isCommutable = 1, isSelect = 1 in