Searched refs:buildOp (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/ |
D | EagerSessionTest.java | 57 buildOp(s); in cleanupResourceOnSessionClose() 77 buildOp(s); // safe point in cleanupResourceOnSafePoints() 116 buildOp(s); in buildingOpWithClosedSessionFails() 206 private static void buildOp(EagerSession s) { in buildOp() method in EagerSessionTest
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 413 op = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1); in doParseActions() 815 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions() 841 int32_t op = buildOp(URX_STO_INP_LOC, frameLoc); in doParseActions() 873 int32_t saveStateOp = buildOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()); in doParseActions() 892 int32_t jmp1_op = buildOp(URX_JMP, jmp2_loc+1); in doParseActions() 937 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions() 948 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions() 967 int32_t jmpOp = buildOp(URX_JMP_SAV, saveStateLoc+1); in doParseActions() 975 int32_t op = buildOp(URX_STO_INP_LOC, dataLoc); in doParseActions() 977 jmpOp = buildOp(URX_JMP_SAV_X, saveStateLoc+2); in doParseActions() [all …]
|
D | regexcmp.h | 112 int32_t buildOp(int32_t type, int32_t val); // Construct a new pcode instruction.
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 93 auto buildOp = [Op](ArrayRef<Value *> Srcs, Instruction *Inst) { in binOpDescriptor() local 110 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor() 116 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor() 126 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor() local 132 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor() 134 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 93 auto buildOp = [Op](ArrayRef<Value *> Srcs, Instruction *Inst) { in binOpDescriptor() local 110 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in binOpDescriptor() 116 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in binOpDescriptor() 126 auto buildOp = [CmpOp, Pred](ArrayRef<Value *> Srcs, Instruction *Inst) { in cmpOpDescriptor() local 132 return {Weight, {anyIntType(), matchFirstType()}, buildOp}; in cmpOpDescriptor() 134 return {Weight, {anyFloatType(), matchFirstType()}, buildOp}; in cmpOpDescriptor()
|
/external/icu/libicu/cts_headers/ |
D | regexcmp.h | 112 int32_t buildOp(int32_t type, int32_t val); // Construct a new pcode instruction.
|