/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 277 bool isSelect() const { return Flags & (1 << MCID::Select); } in isSelect() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 108 FLAG(isSelect) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 245 bool isSelect : 1; variable
|
D | InstrInfoEmitter.cpp | 756 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 382 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 334 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 349 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
|
/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/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 | 898 UBool isSelect(int32_t index);
|
/external/icu/libicu/cts_headers/unicode/ |
D | messagepattern.h | 898 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/Target/ |
D | TargetInstrInfo.h | 740 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 514 bool isSelect(QueryType Type = IgnoreBundle) const {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 811 if (Shuffle->isSelect()) in getUserCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 897 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
|
D | MachineInstr.h | 765 bool isSelect(QueryType Type = IgnoreBundle) const {
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 906 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
|
D | MachineInstr.h | 870 bool isSelect(QueryType Type = IgnoreBundle) const {
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 994 else if (Shuffle->isSelect()) in getUserCost()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1792 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop() 1883 if (!Shuf.isSelect()) in foldSelectShuffle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1456 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop() 1546 if (!Shuf.isSelect()) in foldSelectShuffle()
|