Home
last modified time | relevance | path

Searched refs:buildOp (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp416 op = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1); in doParseActions()
799 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
825 int32_t op = buildOp(URX_STO_INP_LOC, frameLoc); in doParseActions()
857 int32_t saveStateOp = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()); in doParseActions()
876 int32_t jmp1_op = buildOp(URX_JMP, jmp2_loc+1); in doParseActions()
921 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
932 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
951 int32_t jmpOp = buildOp(URX_JMP_SAV, saveStateLoc+1); in doParseActions()
959 int32_t op = buildOp(URX_STO_INP_LOC, dataLoc); in doParseActions()
961 jmpOp = buildOp(URX_JMP_SAV_X, saveStateLoc+2); in doParseActions()
[all …]
Dregexcmp.h112 int32_t buildOp(int32_t type, int32_t val); // Construct a new pcode instruction.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp94 auto buildOp = [Op](ArrayRef<Value *> Srcs, Instruction *Inst) { in binOpDescriptor() local
111 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor()
117 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor()
127 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor() local
133 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
135 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()