Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/MC/
DMCInstrDesc.h277 bool isSelect() const { return Flags & (1 << MCID::Select); } in isSelect() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrDocsEmitter.cpp108 FLAG(isSelect) in EmitInstrDocs()
DCodeGenInstruction.h231 bool isSelect : 1; variable
DInstrInfoEmitter.cpp580 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
DCodeGenInstruction.cpp311 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessagePattern.java1015 } else if(isSelect(typeIndex)) { in parseArg()
1019 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg()
1427 private boolean isSelect(int index) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java1086 } else if(isSelect(typeIndex)) { in parseArg()
1090 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg()
1498 private boolean isSelect(int index) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h319 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
/external/llvm/utils/TableGen/
DCodeGenInstruction.h230 bool isSelect : 1; variable
DInstrInfoEmitter.cpp485 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
DCodeGenInstruction.cpp309 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h896 UBool isSelect(int32_t index);
/external/icu/icu4c/source/common/
Dmessagepattern.cpp622 } else if(isSelect(typeIndex)) { in parseArg()
626 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg()
1065 MessagePattern::isSelect(int32_t index) { in isSelect() function in MessagePattern
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h514 bool isSelect(QueryType Type = IgnoreBundle) const {
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h740 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
DTarget.td368 bit isSelect = 0; // Is this instruction a select instruction?
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h568 bool isSelect(QueryType Type = IgnoreBundle) const {
DTargetInstrInfo.h808 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1186 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop()
1241 if (!Shuf.isSelect()) in foldSelectShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp1115 if (Shuffle->isSelect()) in getInstructionThroughput()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp1580 (MI->isSelect() && optimizeSelect(MI, LocalMIs))) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp1707 (MI->isSelect() && optimizeSelect(*MI, LocalMIs))) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td775 let Uses = [SR], isSelect = 1 in {
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td780 let Uses = [SR], isSelect = 1 in {
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td755 let isSelect = 1 in

12