Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h335 bool isSelect() const { in isSelect() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java1080 } else if(isSelect(typeIndex)) { in parseArg()
1084 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg()
1492 private boolean isSelect(int index) {
/external/messageformat/java/com/ibm/icu/text/
DMessagePattern.java1080 } else if(isSelect(typeIndex)) { in parseArg()
1084 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg()
1492 private boolean isSelect(int index) {
/external/llvm/utils/TableGen/
DCodeGenInstruction.h230 bool isSelect : 1; variable
DInstrInfoEmitter.cpp489 if (Inst.isSelect) OS << "|(1<<MCID::Select)"; in emitRecord()
DCodeGenInstruction.cpp306 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h894 UBool isSelect(int32_t index);
/external/icu/icu4c/source/common/
Dmessagepattern.cpp620 } else if(isSelect(typeIndex)) { in parseArg()
624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg()
1063 MessagePattern::isSelect(int32_t index) { in isSelect() function in MessagePattern
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h591 assert(MI && MI->getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
DTarget.td368 bit isSelect = 0; // Is this instruction a select instruction?
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h490 bool isSelect(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp1114 (MI->isSelect() && optimizeSelect(MI, LocalMIs))) { in runOnMachineFunction()
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td713 let isSelect = 1 in
DPPCInstrInfo.td2491 let isSelect = 1 in
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td3156 let isCommutable = 1, isSelect = 1 in
DARMInstrInfo.td4423 let isCommutable = 1, isSelect = 1 in