/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 277 bool isSelect() const { return Flags & (1 << MCID::Select); } in isSelect() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 108 FLAG(isSelect) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 231 bool isSelect : 1; variable
|
D | InstrInfoEmitter.cpp | 580 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 311 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessagePattern.java | 1015 } 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/ |
D | MessagePattern.java | 1086 } 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/ |
D | MCInstrDesc.h | 319 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 230 bool isSelect : 1; variable
|
D | InstrInfoEmitter.cpp | 485 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 309 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
|
/external/icu/icu4c/source/common/unicode/ |
D | messagepattern.h | 896 UBool isSelect(int32_t index);
|
/external/icu/icu4c/source/common/ |
D | messagepattern.cpp | 622 } 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/ |
D | MachineInstr.h | 514 bool isSelect(QueryType Type = IgnoreBundle) const {
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 740 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
|
D | Target.td | 368 bit isSelect = 0; // Is this instruction a select instruction?
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 568 bool isSelect(QueryType Type = IgnoreBundle) const {
|
D | TargetInstrInfo.h | 808 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1186 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/ |
D | TargetTransformInfo.cpp | 1115 if (Shuffle->isSelect()) in getInstructionThroughput()
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 1580 (MI->isSelect() && optimizeSelect(MI, LocalMIs))) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 1707 (MI->isSelect() && optimizeSelect(*MI, LocalMIs))) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 775 let Uses = [SR], isSelect = 1 in {
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 780 let Uses = [SR], isSelect = 1 in {
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 755 let isSelect = 1 in
|