Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/MC/
DMCInstrDesc.h277 bool isSelect() const { return Flags & (1 << MCID::Select); } in isSelect() function
/external/llvm-project/llvm/utils/TableGen/
DInstrDocsEmitter.cpp108 FLAG(isSelect) in EmitInstrDocs()
DCodeGenInstruction.h245 bool isSelect : 1; variable
DInstrInfoEmitter.cpp756 if (Inst.isSelect) OS << "|(1ULL<<MCID::Select)"; in emitRecord()
DCodeGenInstruction.cpp382 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/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h334 bool isSelect() const { return Flags & (1ULL << MCID::Select); } in isSelect() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h349 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.h898 UBool isSelect(int32_t index);
/external/icu/libicu/cts_headers/unicode/
Dmessagepattern.h898 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/Target/
DTargetInstrInfo.h740 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h514 bool isSelect(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h897 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
DMachineInstr.h765 bool isSelect(QueryType Type = IgnoreBundle) const {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp811 if (Shuffle->isSelect()) in getUserCost()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h906 assert(MI.getDesc().isSelect() && "MI must be a select instruction"); in analyzeSelect()
DMachineInstr.h870 bool isSelect(QueryType Type = IgnoreBundle) const {
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h994 else if (Shuffle->isSelect()) in getUserCost()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1792 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/
DInstCombineVectorOps.cpp1456 assert(Shuf.isSelect() && "Must have select-equivalent shuffle"); in foldSelectShuffleWith1Binop()
1546 if (!Shuf.isSelect()) in foldSelectShuffle()

123